s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()
commita6fd1ee113d1b2c182edca97a5a6bd153fb30539
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Sep 2012 14:23:26 +0000 (20 16:23 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 28 Sep 2012 07:23:08 +0000 (28 09:23 +0200)
tree8c459b222fb8ca6f13a1ccfa15adf39f49b56b3e
parente899a51df12a4b31c1862ba750989c478706af3f
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>
source3/smbd/smb2_notify.c