aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index 5d083cdb6..c8310db46 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -105,11 +105,9 @@ static struct GNUNET_IDENTITY_Operation *id_op;
105 * Task run on shutdown. Cleans up everything. 105 * Task run on shutdown. Cleans up everything.
106 * 106 *
107 * @param cls unused 107 * @param cls unused
108 * @param tc scheduler context
109 */ 108 */
110static void 109static void
111do_shutdown (void *cls, 110do_shutdown (void *cls)
112 const struct GNUNET_SCHEDULER_TaskContext *tc)
113{ 111{
114 if (NULL != el) 112 if (NULL != el)
115 { 113 {