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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index 7349761ce..1c9c8c5a0 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -215,7 +215,7 @@ lookup_with_keys (const struct GNUNET_CRYPTO_EcdsaPublicKey *pkey,
215 { 215 {
216 fprintf (stderr, 216 fprintf (stderr,
217 _("Please specify name to lookup!\n")); 217 _("Please specify name to lookup!\n"));
218 GNUNET_SCHEDULER_add_now (&do_shutdown, NULL); 218 GNUNET_SCHEDULER_shutdown ();
219 return; 219 return;
220 } 220 }
221} 221}