gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 01/02: - remove dead branch


From: gnunet
Subject: [gnunet] 01/02: - remove dead branch
Date: Sat, 01 Oct 2022 04:25:45 +0200

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

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

commit 817b494b15e22020929aaeb6cd58a4dfd04509a2
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat Oct 1 11:19:30 2022 +0900

    - remove dead branch
---
 src/gns/gnunet-gns-proxy.c  | 1 +
 src/util/crypto_ecc_setup.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index c1db1c61e..a834c5c19 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1230,6 +1230,7 @@ curl_check_hdr (void *buffer,
       new_cookie_hdr[offset++] = ';';
     }
     hdr_val = new_cookie_hdr;
+    hdr_val[offset] = '\0';
   }
 
   new_location = NULL;
diff --git a/src/util/crypto_ecc_setup.c b/src/util/crypto_ecc_setup.c
index 4f5c9cd74..46993e0fc 100644
--- a/src/util/crypto_ecc_setup.c
+++ b/src/util/crypto_ecc_setup.c
@@ -174,7 +174,7 @@ GNUNET_CRYPTO_eddsa_key_from_file (const char *filename,
                       sizeof (*pkey)))
   {
     /* file existed, report that *we* didn't create it... */
-    return (do_create) ? GNUNET_NO : GNUNET_OK;
+    return GNUNET_NO;
   }
   /* give up */
   return GNUNET_SYSERR;

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