gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/02: mhd_send: fixed copy-paster error in 99f2df6dea40


From: gnunet
Subject: [libmicrohttpd] 01/02: mhd_send: fixed copy-paster error in 99f2df6dea40624ff82b00ebe362e587f722985f
Date: Sat, 17 Apr 2021 17:09:19 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 898453fea4434e00089339969a4bfc7e0c13b4de
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sat Apr 17 18:02:55 2021 +0300

    mhd_send: fixed copy-paster error in 
99f2df6dea40624ff82b00ebe362e587f722985f
    
    One more copy-paste error
---
 src/microhttpd/mhd_send.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_send.c b/src/microhttpd/mhd_send.c
index b347503f..c1696619 100644
--- a/src/microhttpd/mhd_send.c
+++ b/src/microhttpd/mhd_send.c
@@ -275,7 +275,7 @@ MHD_connection_set_cork_state_ (struct MHD_Connection 
*connection,
 #else  /* ! TCP_CORK */
                 "TCP_NOPUSH",
 #endif /* ! TCP_CORK */
-                nodelay_state ? _ ("ON") : _ ("OFF"),
+                cork_state ? _ ("ON") : _ ("OFF"),
                 (int) connection->socket_fd,
                 MHD_socket_strerr_ (err_code));
     }
@@ -291,7 +291,7 @@ MHD_connection_set_cork_state_ (struct MHD_Connection 
*connection,
 #else  /* ! TCP_CORK */
               "TCP_NOPUSH",
 #endif /* ! TCP_CORK */
-              nodelay_state ? _ ("ON") : _ ("OFF"),
+              cork_state ? _ ("ON") : _ ("OFF"),
               MHD_socket_strerr_ (err_code));
   }
 #endif /* HAVE_MESSAGES */

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