summaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
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);