gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix private record inclusion


From: gnunet
Subject: [gnunet] branch master updated: -fix private record inclusion
Date: Sat, 19 Feb 2022 17:20:42 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 4dba65a5d -fix private record inclusion
     new 5460ff17a Merge branch 'master' of git+ssh://git.gnunet.org/gnunet
4dba65a5d is described below

commit 4dba65a5d807b83ede3072b51b24f9fce14e6257
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Feb 19 17:20:30 2022 +0100

    -fix private record inclusion
---
 src/gnsrecord/gnsrecord_misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnsrecord/gnsrecord_misc.c b/src/gnsrecord/gnsrecord_misc.c
index 70a3f645e..fe6af44c0 100644
--- a/src/gnsrecord/gnsrecord_misc.c
+++ b/src/gnsrecord/gnsrecord_misc.c
@@ -515,7 +515,7 @@ GNUNET_GNSRECORD_normalize_record_set (const char *label,
 
     /* Ignore private records for public record set */
 
-    if ((GNUNET_NO != include_private) &&
+    if ((GNUNET_NO == include_private) &&
         (0 != (rd[i].flags & GNUNET_GNSRECORD_RF_PRIVATE)))
       continue;
     /* Skip expired records */

-- 
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]