Philip Martin <philip.mar...@wandisco.com> writes: >> + * ### Implementation here requires lock_callback is non-null. > > The implementation does > > if (!cb_err && lock_callback) > cb_err = lock_callback(...) > > which allows lock_callback to be NULL.
Ah! You were referring to the wrapping callback in libsvn_fs. As you pointed out that was redundant and I have removed it. -- Philip