aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-service-vpn.c')
-rw-r--r--src/vpn/gnunet-service-vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 61bd977bc..a56aff52a 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -2928,8 +2928,8 @@ cleanup (void *cls GNUNET_UNUSED,
2928 mesh_handle = NULL; 2928 mesh_handle = NULL;
2929 } 2929 }
2930 if (NULL != helper_handle) 2930 if (NULL != helper_handle)
2931 { 2931 {
2932 GNUNET_HELPER_stop (helper_handle); 2932 GNUNET_HELPER_stop (helper_handle, GNUNET_NO);
2933 helper_handle = NULL; 2933 helper_handle = NULL;
2934 } 2934 }
2935 if (NULL != nc) 2935 if (NULL != nc)