aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-daemon-vpn-helper.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-15 07:56:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-15 07:56:14 +0000
commitc0509e6458b802101cbf22e242805c6fda410418 (patch)
tree6399279706bdaa4d26c91dd969b730df21c9c4c5 /src/vpn/gnunet-daemon-vpn-helper.c
parent3e6c37c25b646fbe5dda5ec48959281c88edbaba (diff)
downloadgnunet-c0509e6458b802101cbf22e242805c6fda410418.tar.gz
gnunet-c0509e6458b802101cbf22e242805c6fda410418.zip
cleanup
Diffstat (limited to 'src/vpn/gnunet-daemon-vpn-helper.c')
-rw-r--r--src/vpn/gnunet-daemon-vpn-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpn/gnunet-daemon-vpn-helper.c b/src/vpn/gnunet-daemon-vpn-helper.c
index 8c27378e0..9a1ddd8cc 100644
--- a/src/vpn/gnunet-daemon-vpn-helper.c
+++ b/src/vpn/gnunet-daemon-vpn-helper.c
@@ -55,6 +55,7 @@ struct GNUNET_VPN_HELPER_Handle *helper_handle;
55void 55void
56start_helper_and_schedule(void *cls, 56start_helper_and_schedule(void *cls,
57 const struct GNUNET_SCHEDULER_TaskContext *tc) { 57 const struct GNUNET_SCHEDULER_TaskContext *tc) {
58 shs_task = GNUNET_SCHEDULER_NO_TASK;
58 if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN)) 59 if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN))
59 return; 60 return;
60 61