aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/test_nat_test.c')
-rw-r--r--src/nat/test_nat_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/test_nat_test.c b/src/nat/test_nat_test.c
index d017dffbd..752c8f145 100644
--- a/src/nat/test_nat_test.c
+++ b/src/nat/test_nat_test.c
@@ -107,7 +107,7 @@ main (int argc, char *const argv[])
107 GNUNET_assert (NULL != gns); 107 GNUNET_assert (NULL != gns);
108 GNUNET_PROGRAM_run (3, argv_prog, "test-nat-test", "nohelp", options, &run, 108 GNUNET_PROGRAM_run (3, argv_prog, "test-nat-test", "nohelp", options, &run,
109 NULL); 109 NULL);
110 GNUNET_break (0 == GNUNET_OS_process_kill (gns, SIGTERM)); 110 GNUNET_break (0 == GNUNET_OS_process_kill (gns, GNUNET_TERM_SIG));
111 GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (gns)); 111 GNUNET_break (GNUNET_OK == GNUNET_OS_process_wait (gns));
112 GNUNET_OS_process_destroy (gns); 112 GNUNET_OS_process_destroy (gns);
113 if (0 != ret) 113 if (0 != ret)