aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/nat_test.c')
-rw-r--r--src/nat/nat_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nat/nat_test.c b/src/nat/nat_test.c
index eda969502..3ee80ecae 100644
--- a/src/nat/nat_test.c
+++ b/src/nat/nat_test.c
@@ -444,7 +444,7 @@ GNUNET_NAT_test_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
444 = GNUNET_NAT_register (cfg, is_tcp, 0, 0, 444 = GNUNET_NAT_register (cfg, is_tcp, 0, 0,
445 NULL, NULL, 445 NULL, NULL,
446 &addr_cb, 446 &addr_cb,
447 &reversal_cb, nh); 447 &reversal_cb, nh, NULL);
448 } 448 }
449 else 449 else
450 { 450 {
@@ -490,7 +490,7 @@ GNUNET_NAT_test_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
490 (GNUNET_YES == is_tcp) ? "tcp" : "udp"); 490 (GNUNET_YES == is_tcp) ? "tcp" : "udp");
491 nh->nat = GNUNET_NAT_register (cfg, is_tcp, adv_port, 1, 491 nh->nat = GNUNET_NAT_register (cfg, is_tcp, adv_port, 1,
492 addrs, addrlens, 492 addrs, addrlens,
493 &addr_cb, NULL, nh); 493 &addr_cb, NULL, nh, NULL);
494 if (NULL == nh->nat) 494 if (NULL == nh->nat)
495 { 495 {
496 LOG (GNUNET_ERROR_TYPE_ERROR, 496 LOG (GNUNET_ERROR_TYPE_ERROR,