aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_stun.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-06 15:01:44 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-06 15:01:44 +0000
commit221996eb735384bb5478819e4358d2c648a16d7b (patch)
treefa8049781525b35c0689ddaf89792e60416bcff7 /src/nat/test_stun.c
parent34aad61f423d2f6078ecfe51cb7a650fe528ab96 (diff)
downloadgnunet-221996eb735384bb5478819e4358d2c648a16d7b.tar.gz
gnunet-221996eb735384bb5478819e4358d2c648a16d7b.zip
fix compiler warnings
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,