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)
committerMichael Adam <obnox@samba.org>
Sat, 22 Sep 2012 08:18:59 +0000 (10:18 +0200)
commit1f0dfd42f16c388abc7054a7b615d2e81031472b
tree5cffa1eeef43bb40d06a159e06344f41a7fe65f1
parent1f8e4732c5870043fbbc22c772404b5380f808f0
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
source3/smbd/smb2_notify.c