]> git.sur5r.net Git - openldap/commitdiff
Fix typo in previous commit.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 2 Mar 1999 03:09:04 +0000 (03:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 2 Mar 1999 03:09:04 +0000 (03:09 +0000)
libraries/libldap/open.c

index 53fdb9e547bce1235d471baf5104e70812c94ed8..259bf8a43867b462ad81129995e64f80954948cf 100644 (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 );
        }