s4:smb2srv: remove old TODO comment, we already check the seqnum
authorStefan Metzmacher <metze@samba.org>
Tue, 9 Jun 2009 14:35:25 +0000 (16:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 9 Jun 2009 14:49:31 +0000 (16:49 +0200)
metze

source4/smb_server/smb2/receive.c

index 5831e07ad81dbdf921a1305b404566b87b9ceee5..4b48151d3ff346fbff75c58e483ba9304c037f3e 100644 (file)
@@ -352,8 +352,6 @@ static NTSTATUS smb2srv_reply(struct smb2srv_request *req)
                return NT_STATUS_OK;                                    
        }
 
-       /* TODO: check the seqnum */
-
        switch (opcode) {
        case SMB2_OP_NEGPROT:
                smb2srv_negprot_recv(req);