gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: Correction for 93bc2751bf5a04380d


From: gnunet
Subject: [libmicrohttpd] branch master updated: Correction for 93bc2751bf5a04380de4435877344418bbeec770
Date: Wed, 27 Sep 2023 19:35:26 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new d588a455 Correction for 93bc2751bf5a04380de4435877344418bbeec770
d588a455 is described below

commit d588a45578331e85ff20791deec9a1519ed5e565
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Sep 27 20:35:10 2023 +0300

    Correction for 93bc2751bf5a04380de4435877344418bbeec770
---
 src/microhttpd/digestauth.c              | 2 +-
 src/testcurl/test_get_response_cleanup.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 4eeff3ca..16541523 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -197,7 +197,7 @@ enum MHD_CheckNonceNC_
   /**
    * The 'nonce' is wrong, it was not generated before.
    */
-  MHD_CHECK_NONCENC_WRONG = MHD_DAUTH_NONCE_WRONG,
+  MHD_CHECK_NONCENC_WRONG = MHD_DAUTH_NONCE_WRONG
 };
 
 
diff --git a/src/testcurl/test_get_response_cleanup.c 
b/src/testcurl/test_get_response_cleanup.c
index bb332edd..8307dc42 100644
--- a/src/testcurl/test_get_response_cleanup.c
+++ b/src/testcurl/test_get_response_cleanup.c
@@ -88,7 +88,7 @@ kill_curl (pid_t pid)
 {
   int status;
 
-  /* fprintf (stderr, "Killing curl\n"); /
+  /* fprintf (stderr, "Killing curl\n"); */
   kill (pid, SIGTERM);
   waitpid (pid, &status, 0);
 }

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