Fix typo in previous commit.

This commit is contained in:
Kurt Zeilenga 1999-03-02 03:09:04 +00:00
parent 4e160e83b6
commit 246a738c00

View file

@ -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 );
}