aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_service.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-05-29 02:39:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-05-29 02:39:55 +0000
commit36ccc5b502d85f9fcf212e30fa9f1a0787de73ab (patch)
tree4020c41421f7a5df3cee172e128a07047eaf3848 /src/util/test_service.c
parent9bf34bae8102d0c20b36008ce10c2695a658c4d5 (diff)
downloadgnunet-36ccc5b502d85f9fcf212e30fa9f1a0787de73ab.tar.gz
gnunet-36ccc5b502d85f9fcf212e30fa9f1a0787de73ab.zip
removing server from argument list, other minor fixes
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 b5cf0805e..ab8eca359 100644
--- a/src/util/test_service.c
+++ b/src/util/test_service.c
@@ -92,7 +92,6 @@ ready (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
92 92
93static void 93static void
94recv_cb (void *cls, 94recv_cb (void *cls,
95 struct GNUNET_SERVER_Handle *server,
96 struct GNUNET_SERVER_Client *client, 95 struct GNUNET_SERVER_Client *client,
97 const struct GNUNET_MessageHeader *message) 96 const struct GNUNET_MessageHeader *message)
98{ 97{