summaryrefslogtreecommitdiff
path: root/tests/threaded.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/threaded.c')
-rw-r--r--tests/threaded.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/threaded.c b/tests/threaded.c
index 411361c..385156c 100644
--- a/tests/threaded.c
+++ b/tests/threaded.c
@@ -95,7 +95,7 @@ static void ping ()
int i;
GSList *uris;
- server = soup_server_new (NULL);
+ server = soup_server_new (NULL, NULL);
soup_server_listen_local (server, 0, 0, &error);
g_assert_no_error (error);