gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 02/02: PG: do not return NOTIFY prefix in GNUNET_PG_get_event_n


From: gnunet
Subject: [gnunet] 02/02: PG: do not return NOTIFY prefix in GNUNET_PG_get_event_notify_channel, commands may notify or listen or unlisten with the result
Date: Sun, 05 Feb 2023 21:00:12 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit cfa61f12efe97933fb1e5ddda29873698f154f95
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 5 20:59:46 2023 +0100

    PG: do not return NOTIFY prefix in GNUNET_PG_get_event_notify_channel, 
commands may notify or listen or unlisten with the result
---
 src/pq/pq_event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
   char *end;
 
   end = stpcpy (sql,
-                "NOTIFY X");
+                "X");
   end = es_to_channel (es,
                        end);
   GNUNET_assert (NULL != end);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]