From 214d545db93ffb6b69c2dabfb73a9b7932e0130f Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sun, 8 Nov 1998 05:01:17 +0000 Subject: [PATCH] Removed bad LDAP* argument to disambiguate() --- clients/ud/find.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); } -- 2.39.5