s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()
commitf0fce586393d772e4e78a14513394dc189e98923
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Sep 2012 14:23:26 +0000 (20 16:23 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Oct 2012 09:05:38 +0000 (29 10:05 +0100)
treed5b5e5283713e0187e1d7c7fa0cbc1b0f2907f43
parent4671cb47639c142424f9e0d159fb1120a053b685
s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()

smbd_notify_cancel_by_smbreq() will already trigger this via
smbd_smb2_notify_reply() and smbd_smb2_notify_reply_trigger().

metze
(cherry picked from commit 1f0dfd42f16c388abc7054a7b615d2e81031472b)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
(cherry picked from commit 3326b16454c9b4299a7213c42c3a63a29e3b20dc)
source3/smbd/smb2_notify.c