aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_test.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
commit0238db34853380280ccf164918ebbb28260f4629 (patch)
tree2c47ddbbfa27e7a0479d5c12e78d77342780a4bd /src/nat/test_nat_test.c
parentdc3ae8f36ec69ca2a96a93feda501682ff168320 (diff)
downloadgnunet-0238db34853380280ccf164918ebbb28260f4629.tar.gz
gnunet-0238db34853380280ccf164918ebbb28260f4629.zip
enabling use of pipes for signal communication also on UNIX to enable future integration with Java services
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 2b9ef0f7c..64617880a 100644
--- a/src/nat/test_nat_test.c
+++ b/src/nat/test_nat_test.c
@@ -118,7 +118,7 @@ main (int argc, char *const argv[])
118 } 118 }
119 119
120 gns = 120 gns =
121 GNUNET_OS_start_process (NULL, NULL, "gnunet-nat-server", 121 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-nat-server",
122 "gnunet-nat-server", 122 "gnunet-nat-server",
123#if VERBOSE 123#if VERBOSE
124 "-L", "DEBUG", 124 "-L", "DEBUG",