mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix prev commit
This commit is contained in:
parent
6e551b53f4
commit
ba0b8d1ac9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue