From: Hallvard Furuseth Date: Sun, 8 Nov 1998 05:01:17 +0000 (+0000) Subject: Removed bad LDAP* argument to disambiguate() X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~1157 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=214d545db93ffb6b69c2dabfb73a9b7932e0130f;p=openldap Removed bad LDAP* argument to disambiguate() --- diff --git a/clients/ud/find.c b/clients/ud/find.c index 334ce9db90..90c449c056 100644 --- a/clients/ud/find.c +++ b/clients/ud/find.c @@ -247,8 +247,7 @@ int quiet; ldap_set_option(ld, LDAP_OPT_DEREF, &savederef); return(res); } else if (matches > 1 ) { - return( disambiguate( ld, res, matches, read_attrs, - who ) ); + return disambiguate( res, matches, read_attrs, who ); } ldap_set_option(ld, LDAP_OPT_DEREF, &savederef); }