mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Sync'ed with LDAP_PORT changes in -devel... fixed typo in request.c.
This commit is contained in:
parent
641a4b1376
commit
6a98edd772
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user