aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq_connect.c')
-rw-r--r--src/pq/pq_connect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index 405dca174..e3a610922 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -162,8 +162,7 @@ apply_patch (struct GNUNET_PQ_Context *db,
162 "Applying SQL file `%s' on database %s\n", 162 "Applying SQL file `%s' on database %s\n",
163 buf, 163 buf,
164 db->config_str); 164 db->config_str);
165 psql = GNUNET_OS_start_process (GNUNET_NO, 165 psql = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_NONE,
166 GNUNET_OS_INHERIT_STD_NONE,
167 NULL, 166 NULL,
168 NULL, 167 NULL,
169 NULL, 168 NULL,