Removed bad LDAP* argument to disambiguate()

This commit is contained in:
Hallvard Furuseth 1998-11-08 05:01:17 +00:00
parent c7010a3ca0
commit 214d545db9

View File

@ -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);
}