aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_limited_sockets.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-12 08:08:17 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-12 08:08:17 +0000
commita00afbdaae8de7fd752aab1ed5028833a85eeea7 (patch)
tree7f332838143653bf2bc7e4f3969ef9e8e43a03b7 /src/transport/test_transport_api_limited_sockets.c
parent6bfa05291c469d0aba00e85456ceadf8b433601c (diff)
downloadgnunet-a00afbdaae8de7fd752aab1ed5028833a85eeea7.tar.gz
gnunet-a00afbdaae8de7fd752aab1ed5028833a85eeea7.zip
more transport testing hacking
Diffstat (limited to 'src/transport/test_transport_api_limited_sockets.c')
-rw-r--r--src/transport/test_transport_api_limited_sockets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_limited_sockets.c b/src/transport/test_transport_api_limited_sockets.c
index 6948d3e6a..0b7fd645c 100644
--- a/src/transport/test_transport_api_limited_sockets.c
+++ b/src/transport/test_transport_api_limited_sockets.c
@@ -254,6 +254,7 @@ run (void *cls, char *const *args, const char *cfgfile,
254 &notify_receive, 254 &notify_receive,
255 &notify_connect, 255 &notify_connect,
256 &notify_disconnect, 256 &notify_disconnect,
257 NULL,
257 &start_cb, 258 &start_cb,
258 NULL); 259 NULL);
259 p2 = GNUNET_TRANSPORT_TESTING_start_peer (tth, 260 p2 = GNUNET_TRANSPORT_TESTING_start_peer (tth,
@@ -262,6 +263,7 @@ run (void *cls, char *const *args, const char *cfgfile,
262 &notify_receive, 263 &notify_receive,
263 &notify_connect, 264 &notify_connect,
264 &notify_disconnect, 265 &notify_disconnect,
266 NULL,
265 &start_cb, 267 &start_cb,
266 NULL); 268 NULL);
267 if ((p1 == NULL) || (p2 == NULL)) 269 if ((p1 == NULL) || (p2 == NULL))