gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/09: mhd_sockets: fixed error code for W32


From: gnunet
Subject: [libmicrohttpd] 01/09: mhd_sockets: fixed error code for W32
Date: Fri, 24 Nov 2023 19:53:56 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0ddd04b4fccdc76de1c1c6de4c1c44e0c737af07
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Fri Nov 24 15:14:28 2023 +0300

    mhd_sockets: fixed error code for W32
    
    The code was used only in tests and was not relevant for W32.
---
 src/microhttpd/mhd_sockets.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h
index 3b953c3f..02e3ebec 100644
--- a/src/microhttpd/mhd_sockets.h
+++ b/src/microhttpd/mhd_sockets.h
@@ -648,7 +648,7 @@ typedef int MHD_SCKT_SEND_SIZE_;
 #  define MHD_SCKT_EACCESS_       WSAEACCES
 #  define MHD_SCKT_ENETDOWN_      WSAENETDOWN
 #  define MHD_SCKT_EALREADY_      WSAEALREADY
-#  define MHD_SCKT_EINPROGRESS_   WSAEACCES
+#  define MHD_SCKT_EINPROGRESS_   WSAEINPROGRESS
 #  define MHD_SCKT_EISCONN_       WSAEISCONN
 #endif
 

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