]> git.sur5r.net Git - openldap/commitdiff
More LDAP_PORT depends.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 30 Nov 1998 04:04:00 +0000 (04:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 30 Nov 1998 04:04:00 +0000 (04:04 +0000)
servers/slapd/tools/centipede.c
servers/slapd/tools/sizecount.c

index 8792fb58adf3335c20549b93336329dfae476d11..5cc275f8b1e3e499de5b10708791e468a1cdf62a 100644 (file)
@@ -383,7 +383,7 @@ start_ldap_search(
                fflush( stdout );
        }
 
-       if ( (ld = ldap_open( ldaphost, LDAP_PORT )) == NULL ) {
+       if ( (ld = ldap_open( ldaphost, 0 )) == NULL ) {
                perror( "ldap_open" );
                return( NULL );
        }
@@ -960,7 +960,7 @@ bind_to_destination_ldap(
        free( ldapbase );
        ldapbase = strdup( buf );
 
-       if ( (ld = ldap_open( ldaphost, LDAP_PORT )) == NULL ) {
+       if ( (ld = ldap_open( ldaphost, 0 )) == NULL ) {
                perror( "ldap_open" );
                return( NULL );
        }
index 535243f330a4fc8586dc24a1e011b460ec353608..c88ff565c57c741f9697c958c074ebde6b2db8b4 100644 (file)
@@ -47,7 +47,7 @@ main( int argc, char **argv )
        ldap_debug = 255;
        lber_debug = 255;
 */
-       if ( (ld = ldap_open( "vertigo:5555", LDAP_PORT )) == NULL ) {
+       if ( (ld = ldap_open( "vertigo:5555", 0 )) == NULL ) {
                perror( "ldap_open" );
                exit( 1 );
        }