s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Sep 2012 14:23:26 +0000 (16:23 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 28 Sep 2012 07:12:46 +0000 (09:12 +0200)
commit3326b16454c9b4299a7213c42c3a63a29e3b20dc
tree336a37659c14f5e140642728954711cf4f95320f
parentd7910716920a324e0bba962241dd9b362d38d2b2
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