aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.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/transport/plugin_transport_http_server.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/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 2e0084ff7..8ec5a5e43 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -178,7 +178,7 @@ server_load_certificate (struct Plugin *plugin)
178#endif 178#endif
179 errno = 0; 179 errno = 0;
180 cert_creation = 180 cert_creation =
181 GNUNET_OS_start_process (NULL, NULL, 181 GNUNET_OS_start_process (GNUNET_NO, NULL, NULL,
182 "gnunet-transport-certificate-creation", 182 "gnunet-transport-certificate-creation",
183 "gnunet-transport-certificate-creation", 183 "gnunet-transport-certificate-creation",
184 key_file, cert_file, NULL); 184 key_file, cert_file, NULL);