]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Fri, 16 Jun 2000 19:40:49 +0000 (19:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 16 Jun 2000 19:40:49 +0000 (19:40 +0000)
libraries/libldap/os-ip.c

index 5c2f922021f406bf64649df4f117770611f3f7ee..7ffc16bd8ce3eee3f829002583982bb38c49df6f 100644 (file)
@@ -305,7 +305,7 @@ ldap_connect_to_host(LDAP *ld, Sockbuf *sb, const char *host,
                sai = res;
                rc = -1;
                do {
-                       s = ldap_pvt_socket( ld, sai->ai_family, ld );
+                       s = ldap_pvt_socket( ld, sai->ai_family );
                        if ( s == -1 ) {
                                continue;
                        }