From 6a98edd7725090a2489d1e2ff20fbadf7524c790 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 30 Nov 1998 21:14:08 +0000 Subject: [PATCH] Sync'ed with LDAP_PORT changes in -devel... fixed typo in request.c. --- libraries/libldap/request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/request.c b/libraries/libldap/request.c index 1d2c36aba8..f747d65e60 100644 --- a/libraries/libldap/request.c +++ b/libraries/libldap/request.c @@ -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 ]; -- 2.39.5