aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_server_with_client_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_server_with_client_unix.c')
-rw-r--r--src/util/test_server_with_client_unix.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/test_server_with_client_unix.c b/src/util/test_server_with_client_unix.c
index 1d6f5dbed..ec84b08f8 100644
--- a/src/util/test_server_with_client_unix.c
+++ b/src/util/test_server_with_client_unix.c
@@ -39,7 +39,7 @@ static int ok;
39 39
40 40
41static void 41static void
42send_done (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 42send_done (void *cls)
43{ 43{
44 struct GNUNET_SERVER_Client *argclient = cls; 44 struct GNUNET_SERVER_Client *argclient = cls;
45 45
@@ -74,7 +74,7 @@ recv_cb (void *cls, struct GNUNET_SERVER_Client *argclient,
74 74
75 75
76static void 76static void
77clean_up (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 77clean_up (void *cls)
78{ 78{
79 GNUNET_SERVER_destroy (server); 79 GNUNET_SERVER_destroy (server);
80 server = NULL; 80 server = NULL;
@@ -126,7 +126,7 @@ static struct GNUNET_SERVER_MessageHandler handlers[] = {
126 126
127 127
128static void 128static void
129task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 129task (void *cls)
130{ 130{
131 struct sockaddr_un un; 131 struct sockaddr_un un;
132 const char *unixpath = "/tmp/testsock"; 132 const char *unixpath = "/tmp/testsock";