aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_server_with_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_server_with_client.c')
-rw-r--r--src/util/test_server_with_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_server_with_client.c b/src/util/test_server_with_client.c
index 59f9b6afd..63bfda00c 100644
--- a/src/util/test_server_with_client.c
+++ b/src/util/test_server_with_client.c
@@ -166,7 +166,7 @@ task (void *cls)
166 GNUNET_CONFIGURATION_set_value_string (cfg, "test", "HOSTNAME", "localhost"); 166 GNUNET_CONFIGURATION_set_value_string (cfg, "test", "HOSTNAME", "localhost");
167 GNUNET_CONFIGURATION_set_value_string (cfg, "resolver", "HOSTNAME", 167 GNUNET_CONFIGURATION_set_value_string (cfg, "resolver", "HOSTNAME",
168 "localhost"); 168 "localhost");
169 mq = GNUNET_CLIENT_connecT (cfg, 169 mq = GNUNET_CLIENT_connect (cfg,
170 "test", 170 "test",
171 NULL, 171 NULL,
172 NULL, 172 NULL,