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

More winsock changes from HEAD

parent b3b2e596
No related branches found
Tags OPENLDAP_REL_ENG_2_0_20
No related merge requests found
......@@ -55,8 +55,6 @@
#include <winsock2.h>
#elif HAVE_WINSOCK
#include <winsock.h>
#else
#define WSACleanup()
#endif
#ifdef HAVE_PCNFS
......
......@@ -154,8 +154,6 @@ ldap_ld_free(
LDAP_FREE( (char *) ld );
WSACleanup();
return( err );
}
......
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