aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_service.c')
-rw-r--r--src/util/test_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_service.c b/src/util/test_service.c
index e9070a912..f615b0cf9 100644
--- a/src/util/test_service.c
+++ b/src/util/test_service.c
@@ -311,7 +311,7 @@ main (int argc, char *argv[])
311 NULL); 311 NULL);
312 ret += check (); 312 ret += check ();
313 ret += check (); 313 ret += check ();
314 s = GNUNET_NETWORK_socket_socket (PF_INET6, SOCK_STREAM, 0); 314 s = GNUNET_NETWORK_socket_create (PF_INET6, SOCK_STREAM, 0);
315 if (NULL == s) 315 if (NULL == s)
316 { 316 {
317 if ((errno == ENOBUFS) || 317 if ((errno == ENOBUFS) ||