aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_plugin_transport.c')
-rw-r--r--src/transport/test_plugin_transport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c
index 58fd07c78..9b1760919 100644
--- a/src/transport/test_plugin_transport.c
+++ b/src/transport/test_plugin_transport.c
@@ -186,7 +186,7 @@ end ()
186 186
187 if (NULL != suid_helper) 187 if (NULL != suid_helper)
188 { 188 {
189 GNUNET_HELPER_stop (suid_helper); 189 GNUNET_HELPER_stop (suid_helper, GNUNET_NO);
190 suid_helper = NULL; 190 suid_helper = NULL;
191 } 191 }
192} 192}
@@ -252,7 +252,7 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
252 252
253 if (NULL != suid_helper) 253 if (NULL != suid_helper)
254 { 254 {
255 GNUNET_HELPER_stop (suid_helper); 255 GNUNET_HELPER_stop (suid_helper, GNUNET_NO);
256 suid_helper = NULL; 256 suid_helper = NULL;
257 } 257 }
258 258