summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-07-03 10:30:56 +0000
committerJeremy Allison <jra@samba.org>2014-07-04 06:31:16 +0200
commite2233fbcee542ccd9bb45ace8d6ae2f6d783c9a1 (patch)
tree32c120c76c013f63d1a44d101c1bcca7334897ea /source3/smbd/reply.c
parent28df2b0d0dc969d6fa7a462cce704b75c95136f9 (diff)
downloadsamba-e2233fbcee542ccd9bb45ace8d6ae2f6d783c9a1.tar.gz
samba-e2233fbcee542ccd9bb45ace8d6ae2f6d783c9a1.tar.xz
samba-e2233fbcee542ccd9bb45ace8d6ae2f6d783c9a1.zip
smbd: Remove two outdated comments
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r--source3/smbd/reply.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 4208f0c987..52eb33ee5a 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;