mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Fix typo in previous commit.
This commit is contained in:
parent
4e160e83b6
commit
246a738c00
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ ldap_init( char *defhost, int defport )
|
|||
} /* The WinSock DLL is acceptable. Proceed. */
|
||||
|
||||
#elif HAVE_WINSOCK
|
||||
{ WSADATA wsaData
|
||||
{ WSADATA wsaData;
|
||||
if ( WSAStartup( 0x0101, &wsaData ) != 0 ) {
|
||||
return( NULL );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue