s3:smbd: remove old comment, we support SMB2 signing now
authorStefan Metzmacher <metze@samba.org>
Tue, 2 Jun 2009 09:54:31 +0000 (11:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 3 Jun 2009 09:18:54 +0000 (11:18 +0200)
metze

source3/smbd/smb2_server.c

index 0d901714e063e7297ab5fbd7d9343bd769749b5b..c32f9b90152f299ccc1b7522a71ff6f8c5b50ec1 100644 (file)
@@ -497,8 +497,6 @@ static NTSTATUS smbd_smb2_request_reply(struct smbd_smb2_request *req)
 {
        struct tevent_req *subreq;
 
-       /* TODO: sign the response here */
-
        smb2_setup_nbt_length(req->out.vector, req->out.vector_count);
 
        if (req->do_signing) {