From: Stefan Metzmacher Date: Tue, 2 Jun 2009 09:54:31 +0000 (+0200) Subject: s3:smbd: remove old comment, we support SMB2 signing now X-Git-Tag: tdb-1.1.5~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71fcd5bf6400da04cb181b6f43a9353617811bef;p=thirdparty%2Fsamba.git s3:smbd: remove old comment, we support SMB2 signing now metze --- diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c index 0d901714e06..c32f9b90152 100644 --- a/source3/smbd/smb2_server.c +++ b/source3/smbd/smb2_server.c @@ -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) {