ITS#7749 propagate op->o_extra in syncprov_findbase

This commit is contained in:
Howard Chu 2013-11-14 19:16:57 -08:00
parent 5328340d35
commit 06e384d55b

View file

@ -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;