[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -typo
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -typo |
Date: |
Fri, 23 Jul 2021 19:24:54 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 3477569ac -typo
3477569ac is described below
commit 3477569ac4e5ee54003aa0b7a8309ad10b4bb2bb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 23 19:21:39 2021 +0200
-typo
---
src/pq/pq_connect.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
GNUNET_PQ_reconnect_if_down (struct GNUNET_PQ_Context *db)
{
if (1 ==
- PQ_consumeInput (db->conn))
+ PQconsumeInput (db->conn))
return;
if (CONNECTION_BAD != PQstatus (db->conn))
return;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: -typo,
gnunet <=