aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_stun.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/test_stun.c')
-rw-r--r--src/nat/test_stun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/test_stun.c b/src/nat/test_stun.c
index 7fbba1cd6..9d4792cd6 100644
--- a/src/nat/test_stun.c
+++ b/src/nat/test_stun.c
@@ -247,7 +247,7 @@ run (void *cls,
247 } 247 }
248 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 248 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
249 "Service listens on port %u\n", 249 "Service listens on port %u\n",
250 port); 250 (unsigned int) port);
251 rh = GNUNET_NAT_stun_make_request (stun_server, 251 rh = GNUNET_NAT_stun_make_request (stun_server,
252 stun_port, 252 stun_port,
253 lsock4, 253 lsock4,