1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

smbd: Remove two outdated comments

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2014-07-03 10:30:56 +00:00 committed by Jeremy Allison
parent 28df2b0d0d
commit e2233fbcee

View File

@ -7713,9 +7713,6 @@ NTSTATUS smbd_do_locking(struct smb_request *req,
timeout = 0;
}
/* Data now points at the beginning of the list
of smb_lkrng structs */
for(i = 0; i < (int)num_locks; i++) {
struct smbd_lock_element *e = &locks[i];
@ -7899,8 +7896,6 @@ NTSTATUS smbd_do_unlocking(struct smb_request *req,
{
int i;
/* Data now points at the beginning of the list
of smb_unlkrng structs */
for(i = 0; i < (int)num_ulocks; i++) {
struct smbd_lock_element *e = &ulocks[i];
NTSTATUS status;