gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix


From: gnunet
Subject: [gnunet] branch master updated: -fix
Date: Fri, 25 Feb 2022 12:01:43 +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 8998a34f2 -fix
8998a34f2 is described below

commit 8998a34f28e9a4b5fa5ac86d2661a7edb7f8b8f0
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Feb 25 12:01:39 2022 +0100

    -fix
---
 src/namestore/namestore_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 1432222db..3c8caf961 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -411,7 +411,7 @@ handle_record_store_response (void *cls,
     return;
   if (NULL != qe->cont)
     qe->cont (qe->cont_cls, res,
-             (GNUNET_OK != res) ? NULL : emsg);
+             (GNUNET_OK == res) ? NULL : emsg);
   free_qe (qe);
 }
 

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