aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-17 15:47:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-17 15:47:54 +0000
commit31ef7d36f5c003767aeedee385411f87ad1a9791 (patch)
tree81b843bd3e0a9a6a67b7e2d747be1a01f8c96c24 /src/nat/test_nat_test.c
parent3dc2315c9c73418d37c8390ad7c8400c55be146f (diff)
downloadgnunet-31ef7d36f5c003767aeedee385411f87ad1a9791.tar.gz
gnunet-31ef7d36f5c003767aeedee385411f87ad1a9791.zip
-fix
Diffstat (limited to 'src/nat/test_nat_test.c')
-rw-r--r--src/nat/test_nat_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nat/test_nat_test.c b/src/nat/test_nat_test.c
index 8f1e03444..891a7633a 100644
--- a/src/nat/test_nat_test.c
+++ b/src/nat/test_nat_test.c
@@ -111,6 +111,8 @@ main (int argc, char *const argv[])
111 GNUNET_break (0 == GNUNET_OS_process_kill (gns, SIGTERM)); 111 GNUNET_break (0 == GNUNET_OS_process_kill (gns, SIGTERM));
112 GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (gns)); 112 GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (gns));
113 GNUNET_OS_process_destroy (gns); 113 GNUNET_OS_process_destroy (gns);
114 if (0 != ret)
115 fprintf (stderr, "NAT test failed to report success\n");
114 return ret; 116 return ret;
115} 117}
116 118