From e2233fbcee542ccd9bb45ace8d6ae2f6d783c9a1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 3 Jul 2014 10:30:56 +0000 Subject: [PATCH] smbd: Remove two outdated comments Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/smbd/reply.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 4208f0c9877..52eb33ee5ad 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -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; -- 2.11.4.GIT