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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index e8617a5c9..02af17c8c 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -166,7 +166,7 @@ GNUNET_PQ_exec_sql (struct GNUNET_PQ_Context *db,
166 "Applying SQL file `%s' on database %s\n", 166 "Applying SQL file `%s' on database %s\n",
167 fn, 167 fn,
168 db->config_str); 168 db->config_str);
169 psql = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_ERR, 169 psql = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_NONE,
170 NULL, 170 NULL,
171 NULL, 171 NULL,
172 NULL, 172 NULL,