mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Removed bad LDAP* argument to disambiguate()
This commit is contained in:
parent
c7010a3ca0
commit
214d545db9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user