summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-06-02 11:54:31 +0200
committerStefan Metzmacher <metze@samba.org>2009-06-03 11:18:54 +0200
commit71fcd5bf6400da04cb181b6f43a9353617811bef (patch)
treefd69259097d1e332313ab476f49acc1bb2b8a99d
parent8be8d911a8a055a9f56f9987a0782bd1df16b2e4 (diff)
downloadsamba-71fcd5bf6400da04cb181b6f43a9353617811bef.tar.gz
samba-71fcd5bf6400da04cb181b6f43a9353617811bef.tar.bz2
samba-71fcd5bf6400da04cb181b6f43a9353617811bef.zip
s3:smbd: remove old comment, we support SMB2 signing now
metze
-rw-r--r--source3/smbd/smb2_server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/smb2_server.c b/source3/smbd/smb2_server.c
index 0d901714e0..c32f9b9015 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) {