s3:smb2_lock: smbd_smb2_notify_recv() can already return NT_STATUS_CANCELED
authorStefan Metzmacher <metze@samba.org>
Thu, 20 Sep 2012 14:16:03 +0000 (16:16 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 22 Sep 2012 08:19:00 +0000 (10:19 +0200)
commit65a81060093cf9d7c0ebf8d6e160625bdc87baab
tree777b37e9276b0ccdaf322c3ed68994b73b60cbcd
parent882cee0acb9c1e2105a005f0ea90691197a696c7
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
source3/smbd/smb2_notify.c