curl_ntlm_wb: fix elif typo
Reported-by: Manfred Schwarb Follow-up tod4314cdf65Bug:d4314cdf65 (r130551295)
This commit is contained in:
parent
31d96af8b5
commit
f76fcd6f4d
@ -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…
Reference in New Issue
Block a user