Sync'ed with LDAP_PORT changes in -devel... fixed typo in request.c.

This commit is contained in:
Kurt Zeilenga 1998-11-30 21:14:08 +00:00
parent 641a4b1376
commit 6a98edd772

View File

@ -881,7 +881,7 @@ dn2servers( LDAP *ld, char *dn ) /* dn can also be a domain.... */
srvlist = NULL;
for ( i = 0; dxs[ i ] != NULL; ++i ) {
port = openldap_global_ldap_options.ldo_defport;
port = openldap_ldap_global_options.ldo_defport;
server_dn = NULL;
if ( strchr( dxs[ i ], ':' ) == NULL ) {
host = dxs[ i ];