aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-30 08:17:37 +0000
committerChristian Grothoff <christian@grothoff.org>2016-04-30 08:17:37 +0000
commit95f9076a2139f5fb042b944a0658b6cda2fa35db (patch)
treeb0826a2a1dcf812e6b4450fe6b05d47cd53ae49d /src/nat/test_nat.c
parent7746f68db77b9ca3c4aaca24ab2ce5253461240b (diff)
downloadgnunet-95f9076a2139f5fb042b944a0658b6cda2fa35db.tar.gz
gnunet-95f9076a2139f5fb042b944a0658b6cda2fa35db.zip
implementing new scheduler shutdown semantics
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