Skip to content
Snippets Groups Projects
Commit 214d545d authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Removed bad LDAP* argument to disambiguate()

parent c7010a3c
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment