mirror of
https://github.com/curl/curl.git
synced 2026-05-30 03:47:27 +03:00
curl_ntlm_wb: fix elif typo
Reported-by: Manfred Schwarb Follow-up tod4314cdf65Bug:d4314cdf65 (r130551295)
This commit is contained in:
parent
31d96af8b5
commit
f76fcd6f4d
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@
|
|||
to avoid fooling the socket leak detector */
|
||||
#ifdef HAVE_PIPE
|
||||
# define sclose_nolog(x) close((x))
|
||||
#eliif defined(HAVE_CLOSESOCKET)
|
||||
#elif defined(HAVE_CLOSESOCKET)
|
||||
# define sclose_nolog(x) closesocket((x))
|
||||
#elif defined(HAVE_CLOSESOCKET_CAMEL)
|
||||
# define sclose_nolog(x) CloseSocket((x))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue