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 fa8ad86a0..cd52c2728 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -313,7 +313,7 @@ void
313GNUNET_PQ_reconnect_if_down (struct GNUNET_PQ_Context *db) 313GNUNET_PQ_reconnect_if_down (struct GNUNET_PQ_Context *db)
314{ 314{
315 if (1 == 315 if (1 ==
316 PQ_consumeInput (db->conn)) 316 PQconsumeInput (db->conn))
317 return; 317 return;
318 if (CONNECTION_BAD != PQstatus (db->conn)) 318 if (CONNECTION_BAD != PQstatus (db->conn))
319 return; 319 return;