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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_server_with_client_unix.c b/src/util/test_server_with_client_unix.c
index ef48aabce..d240f1a88 100644
--- a/src/util/test_server_with_client_unix.c
+++ b/src/util/test_server_with_client_unix.c
@@ -144,7 +144,7 @@ task (void *cls)
144 GNUNET_CONFIGURATION_set_value_string (cfg, "test", "UNIXPATH", unixpath); 144 GNUNET_CONFIGURATION_set_value_string (cfg, "test", "UNIXPATH", unixpath);
145 GNUNET_CONFIGURATION_set_value_string (cfg, "resolver", "HOSTNAME", 145 GNUNET_CONFIGURATION_set_value_string (cfg, "resolver", "HOSTNAME",
146 "localhost"); 146 "localhost");
147 mq = GNUNET_CLIENT_connecT (cfg, 147 mq = GNUNET_CLIENT_connect (cfg,
148 "test", 148 "test",
149 NULL, 149 NULL,
150 NULL, 150 NULL,