aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_service.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-28 19:52:25 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-28 19:52:25 +0000
commitcbf2a3e7cf2d7acda1d115198671eaccf2616fc4 (patch)
tree8eddbd89fa0f3a5fec1b387b5d2cdbab5789d6b8 /src/util/test_service.c
parent359e97be5e33493691d53aa6a51f1b364f46dab9 (diff)
downloadgnunet-cbf2a3e7cf2d7acda1d115198671eaccf2616fc4.tar.gz
gnunet-cbf2a3e7cf2d7acda1d115198671eaccf2616fc4.zip
getting testing to work
Diffstat (limited to 'src/util/test_service.c')
-rw-r--r--src/util/test_service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/test_service.c b/src/util/test_service.c
index f615e7eb4..037f6edf7 100644
--- a/src/util/test_service.c
+++ b/src/util/test_service.c
@@ -47,7 +47,6 @@ end_it (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
47 47
48 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Shutting down service\n"); 48 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Shutting down service\n");
49 GNUNET_CLIENT_service_shutdown (client); 49 GNUNET_CLIENT_service_shutdown (client);
50 GNUNET_CLIENT_disconnect (client);
51 if (sctx != NULL) 50 if (sctx != NULL)
52 GNUNET_SERVICE_stop (sctx); 51 GNUNET_SERVICE_stop (sctx);
53} 52}