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:
parent
0fe29f6632
commit
abd8b18244
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user