mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 19:09:42 -05:00
ITS#7749 propagate op->o_extra in syncprov_findbase
This commit is contained in:
parent
5328340d35
commit
06e384d55b
1 changed files with 1 additions and 0 deletions
|
|
@ -442,6 +442,7 @@ syncprov_findbase( Operation *op, fbase_cookie *fc )
|
|||
fop.o_hdr = op->o_hdr;
|
||||
fop.o_time = op->o_time;
|
||||
fop.o_tincr = op->o_tincr;
|
||||
fop.o_extra = op->o_extra;
|
||||
|
||||
cb.sc_response = findbase_cb;
|
||||
cb.sc_private = fc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue