mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#7025 fix syncprov crash
init fop.o_extra, copying from s_op is not guaranteed.
This commit is contained in:
parent
111ecbdbed
commit
278322ee5f
1 changed files with 1 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ syncprov_findbase( Operation *op, fbase_cookie *fc )
|
|||
fop.o_sync_mode = 0; /* turn off sync mode */
|
||||
fop.o_managedsait = SLAP_CONTROL_CRITICAL;
|
||||
fop.o_callback = &cb;
|
||||
LDAP_SLIST_INIT( &fop.o_extra );
|
||||
fop.o_tag = LDAP_REQ_SEARCH;
|
||||
fop.ors_scope = LDAP_SCOPE_BASE;
|
||||
fop.ors_limit = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue