Skip to content
Snippets Groups Projects
Commit 246a738c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in previous commit.

parent 4e160e83
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment