1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

smbd:smb2_creat: remove outdated TODO comments

Leases have meanwhile been implemented and the
TODO has been taken care of.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allson <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sun Feb 28 08:16:26 CET 2016 on sn-devel-144
This commit is contained in:
Michael Adam 2016-02-28 01:46:47 +01:00 committed by Jeremy Allison
parent 0fe29f6632
commit abd8b18244

View File

@ -555,10 +555,6 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
* (Note that the cases of an additional dh2q or dh2c blob
* which require a different error code, have been treated
* above.)
*
* TODO:
* This is only true for the oplock case:
* For leases, lease request is required additionally.
*/
if (dhnq) {
@ -595,10 +591,6 @@ static struct tevent_req *smbd_smb2_create_send(TALLOC_CTX *mem_ctx,
* (Note that the cases of an additional dhnq, dhnc or dh2q
* blob which require a different error code, have been
* treated above.)
*
* TODO:
* This is only true for the oplock case:
* For leases, lease request is required additionally!
*/
num_blobs_allowed = 1;