aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-nat-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/gnunet-nat-server.c')
-rw-r--r--src/nat/gnunet-nat-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/gnunet-nat-server.c b/src/nat/gnunet-nat-server.c
index a5a5b4bed..66b5ee3da 100644
--- a/src/nat/gnunet-nat-server.c
+++ b/src/nat/gnunet-nat-server.c
@@ -58,7 +58,7 @@ try_anat (uint32_t dst_ipv4, uint16_t dport, int is_tcp)
58 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 58 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
59 "Asking for connection reversal with %x and code %u\n", 59 "Asking for connection reversal with %x and code %u\n",
60 (unsigned int) dst_ipv4, (unsigned int) dport); 60 (unsigned int) dst_ipv4, (unsigned int) dport);
61 h = GNUNET_NAT_register (cfg, is_tcp, dport, 0, NULL, NULL, NULL, NULL, NULL); 61 h = GNUNET_NAT_register (cfg, is_tcp, dport, 0, NULL, NULL, NULL, NULL, NULL, NULL);
62 memset (&sa, 0, sizeof (sa)); 62 memset (&sa, 0, sizeof (sa));
63 sa.sin_family = AF_INET; 63 sa.sin_family = AF_INET;
64#if HAVE_SOCKADDR_IN_SIN_LEN 64#if HAVE_SOCKADDR_IN_SIN_LEN