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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq/pq_connect.c b/src/pq/pq_connect.c
index 8722d2151..4e614526b 100644
--- a/src/pq/pq_connect.c
+++ b/src/pq/pq_connect.c
@@ -416,6 +416,7 @@ GNUNET_PQ_reconnect (struct GNUNET_PQ_Context *db)
416 db->conn = NULL; 416 db->conn = NULL;
417 return; 417 return;
418 } 418 }
419 GNUNET_PQ_event_reconnect_ (db);
419 if ( (NULL != db->sc) && 420 if ( (NULL != db->sc) &&
420 (0 != GNUNET_CONTAINER_multishortmap_size (db->channel_map)) ) 421 (0 != GNUNET_CONTAINER_multishortmap_size (db->channel_map)) )
421 db->sc (db->sc_cls, 422 db->sc (db->sc_cls,