s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELED
commit493dec1a89908cb569df4e76c576c66e80c0c8d2
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Sep 2012 14:16:03 +0000 (20 16:16 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 28 Sep 2012 07:23:08 +0000 (28 09:23 +0200)
tree2a10baa093cb24dbed6ffdfb5afcb50e9c6b0a5d
parentc99507d8c6e02e53e3a6f91d02657d79a2d2ef7b
s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELED

That's why we can remove the code that violates the tevent_req layers.

metze
(cherry picked from commit 65a81060093cf9d7c0ebf8d6e160625bdc87baab)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_notify.c