aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pq/pq_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_event.c b/src/pq/pq_event.c
index 6dbacf7ff..3e708fc04 100644
--- a/src/pq/pq_event.c
+++ b/src/pq/pq_event.c
@@ -525,7 +525,7 @@ GNUNET_PG_get_event_notify_channel (const struct GNUNET_DB_EventHeaderP *es)
525 char *end; 525 char *end;
526 526
527 end = stpcpy (sql, 527 end = stpcpy (sql,
528 "NOTIFY X"); 528 "X");
529 end = es_to_channel (es, 529 end = es_to_channel (es,
530 end); 530 end);
531 GNUNET_assert (NULL != end); 531 GNUNET_assert (NULL != end);