gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -cov fixes


From: gnunet
Subject: [gnunet] branch master updated: -cov fixes
Date: Wed, 16 Mar 2022 22:54:35 +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 ea4a5dd6c -cov fixes
ea4a5dd6c is described below

commit ea4a5dd6ca3d62f852b5c2de94071b7fc8f0544c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Mar 16 22:54:31 2022 +0100

    -cov fixes
---
 src/namestore/gnunet-service-namestore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/namestore/gnunet-service-namestore.c 
b/src/namestore/gnunet-service-namestore.c
index 20e5bb1b2..d735822fb 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -1757,7 +1757,7 @@ handle_record_store (void *cls, const struct 
RecordStoreMessage *rp_msg)
     {
       if (GNUNET_NO == NST_label_lock (conv_name, &rp_msg->private_key, nc))
       {
-        send_store_response (nc, res, _ ("Record set locked."), rid);
+        send_store_response (nc, GNUNET_SYSERR, _ ("Record set locked."), rid);
         GNUNET_SERVICE_client_continue (nc->client);
         GNUNET_free (conv_name);
         return;

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