summaryrefslogtreecommitdiff
path: root/source3/libsmb/ntlmssp_wrap.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-08-03 09:26:55 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-08-03 18:48:06 +1000
commitd811862b453cc616650cdc10f4d69b239d66943a (patch)
treefd207c9290cc877341522f83ae58b865b041de3c /source3/libsmb/ntlmssp_wrap.c
parent1dbdddf223b5beb873505164310862b6bd2093d2 (diff)
downloadsamba-d811862b453cc616650cdc10f4d69b239d66943a.tar.gz
samba-d811862b453cc616650cdc10f4d69b239d66943a.tar.bz2
samba-d811862b453cc616650cdc10f4d69b239d66943a.zip
s3-ntlmssp Remove rudundent comment
This is explained where SESSION_KEY maps to SIGN at the NTLMSSP layer Andrew Bartlett
Diffstat (limited to 'source3/libsmb/ntlmssp_wrap.c')
-rw-r--r--source3/libsmb/ntlmssp_wrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/ntlmssp_wrap.c b/source3/libsmb/ntlmssp_wrap.c
index ba22300cab..31ba8f5306 100644
--- a/source3/libsmb/ntlmssp_wrap.c
+++ b/source3/libsmb/ntlmssp_wrap.c
@@ -132,7 +132,6 @@ NTSTATUS auth_ntlmssp_set_password(struct auth_ntlmssp_state *ans,
void auth_ntlmssp_want_feature(struct auth_ntlmssp_state *ans, uint32_t feature)
{
if (ans->gensec_security) {
- /* You need to negotiate signing to get a windows server to calculate a session key */
if (feature & NTLMSSP_FEATURE_SESSION_KEY) {
return gensec_want_feature(ans->gensec_security, GENSEC_FEATURE_SESSION_KEY);
}