s4-dreplsrv: Call dreplsrv_out_operation::callback in case we fail to even run the...
authorKamen Mazdrashki <kamenim@samba.org>
Tue, 7 Sep 2010 22:07:44 +0000 (01:07 +0300)
committerKamen Mazdrashki <kamenim@samba.org>
Thu, 9 Sep 2010 15:26:51 +0000 (18:26 +0300)
commit3593298c7e095b0935bffe05e3b1e190abf91707
tree99805808c280581b20848445b53c70c14503509e
parent7ee34182dffdf497bdad5a1e155bc2ca80d71111
s4-dreplsrv: Call dreplsrv_out_operation::callback in case we fail to even run the operation

Operation was scheduled already, so we need to call
the callback function for it to be able to do its job.

For instance, if we are blocking an rpc call until an
operation is completed and there is no memory, then
client will be blocked without knowing what is going on
with the server.
source4/dsdb/repl/drepl_out_pull.c