mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
a back-ldap consumer segfaults when accessing members of conn...
This commit is contained in:
parent
430aff35bb
commit
62d4ae9058
@ -2279,8 +2279,8 @@ syncprov_db_open(
|
||||
slap_overinst *on = (slap_overinst *) be->bd_info;
|
||||
syncprov_info_t *si = (syncprov_info_t *)on->on_bi.bi_private;
|
||||
|
||||
Connection conn;
|
||||
OperationBuffer opbuf;
|
||||
Connection conn = { 0 };
|
||||
OperationBuffer opbuf = { 0 };
|
||||
char ctxcsnbuf[LDAP_LUTIL_CSNSTR_BUFSIZE];
|
||||
Operation *op = (Operation *) &opbuf;
|
||||
Entry *e;
|
||||
|
Loading…
Reference in New Issue
Block a user