From: Kurt Zeilenga Date: Tue, 2 Mar 1999 03:09:04 +0000 (+0000) Subject: Fix typo in previous commit. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~529 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=246a738c0062a5dd0f2ee878516097694ed1e46f;p=openldap Fix typo in previous commit. --- diff --git a/libraries/libldap/open.c b/libraries/libldap/open.c index 53fdb9e547..259bf8a438 100644 --- a/libraries/libldap/open.c +++ b/libraries/libldap/open.c @@ -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 ); }