Skip to content
Snippets Groups Projects
Commit ba0b8d1a authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit

parent 6e551b53
No related branches found
No related tags found
No related merge requests found
......@@ -658,6 +658,7 @@ ldap_back_entry_get(
struct ldapinfo *li = (struct ldapinfo *) op->o_bd->be_private;
struct ldapconn *lc;
int rc = 1, is_oc;
struct berval mapped = { 0, NULL }, bdn, mdn;
LDAPMessage *result = NULL, *e = NULL;
char *gattr[3];
char *filter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment