diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-10 21:40:07 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-04 13:31:52 +0200 |
commit | a3ef974d30fd1adcf1a25940c2a2fa7e03fad6a0 (patch) | |
tree | 87b1583a20b08db581ed23cd42f232a490e316a8 /source3/rpc_server | |
parent | 77e67163daaa670ee43ddbc4fd3fd3e8c3c38d49 (diff) | |
download | samba-a3ef974d30fd1adcf1a25940c2a2fa7e03fad6a0.tar.gz samba-a3ef974d30fd1adcf1a25940c2a2fa7e03fad6a0.tar.bz2 samba-a3ef974d30fd1adcf1a25940c2a2fa7e03fad6a0.zip |
s3-rpc_server Remove comment, yes the key is correct.
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Mon Apr 4 13:31:52 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_pipe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_server/srv_pipe.c b/source3/rpc_server/srv_pipe.c index 27a43f30f7..27a7aaeaf4 100644 --- a/source3/rpc_server/srv_pipe.c +++ b/source3/rpc_server/srv_pipe.c @@ -738,8 +738,6 @@ static NTSTATUS pipe_gssapi_verify_final(TALLOC_CTX *mem_ctx, return status; } - /* TODO: this is what the ntlmssp code does with the session_key, check - * it is ok with gssapi too */ /* * We're an authenticated bind over smb, so the session key needs to * be set to "SystemLibraryDTC". Weird, but this is what Windows |