From 246a738c0062a5dd0f2ee878516097694ed1e46f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 2 Mar 1999 03:09:04 +0000 Subject: [PATCH] Fix typo in previous commit. --- libraries/libldap/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } -- 2.39.5