From 90b3fa120fe253da2c391e8e56c703d46a118625 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Wed, 14 Mar 2012 15:36:52 +0000 Subject: [PATCH] -t'works --- src/gns/gnunet-gns.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c index b689cab18..f2600b6a8 100644 --- a/src/gns/gnunet-gns.c +++ b/src/gns/gnunet-gns.c @@ -81,6 +81,7 @@ static void process_shorten_result(void* cls, const char* nshort) { printf("%s shortened to %s\n", (char*) cls, nshort); + GNUNET_SCHEDULER_add_now (&do_shutdown, NULL); } static void @@ -118,6 +119,7 @@ static void process_auth_result(void* cls, const char* auth) { printf ("%s\n", auth); + GNUNET_SCHEDULER_add_now (&do_shutdown, NULL); } /** -- 2.25.1