smbd:smb2_creat: remove outdated TODO comments
authorMichael Adam <obnox@samba.org>
Sun, 28 Feb 2016 00:46:47 +0000 (01:46 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 28 Feb 2016 07:16:26 +0000 (08:16 +0100)
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

source3/smbd/smb2_create.c

index 62948a06969b6b4a6bd4a50b592f0c4d510f8d1c..7917d4294892360ed8f49210e0917748f15fdfd0 100644 (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;