]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#10353 WINSOCK: add missing ENOTCONN #define
authorJulien Wadel <julien.wadel@belledonne-communications.com>
Wed, 4 Jun 2025 10:26:06 +0000 (12:26 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Nov 2025 16:06:20 +0000 (16:06 +0000)
commit21de28b9ee4b6ef5d0a2219def6fea987f6b72fa
tree9b8f5ae9a299a2a1f0168002be5e71d3220e5510
parent2cd9917e7b1eee1b4dd0b10cf9fc76403b29f900
ITS#10353 WINSOCK: add missing ENOTCONN #define

Value is set to 126 by "ucrt/errno.h" but WSAENOTCONN is
set to 10057L by winerror.h (used by WSAGetLastError()).
include/ac/socket.h