aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/test_nat.c')
-rw-r--r--src/nat/test_nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nat/test_nat.c b/src/nat/test_nat.c
index a840f3ef9..fd67473ee 100644
--- a/src/nat/test_nat.c
+++ b/src/nat/test_nat.c
@@ -69,7 +69,8 @@ stop (void *cls)
69{ 69{
70 struct GNUNET_NAT_Handle *nat = cls; 70 struct GNUNET_NAT_Handle *nat = cls;
71 71
72 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Stopping NAT and quitting...\n"); 72 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
73 "Stopping NAT and quitting...\n");
73 GNUNET_NAT_unregister (nat); 74 GNUNET_NAT_unregister (nat);
74} 75}
75 76