diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-08-03 09:26:55 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-03 18:48:06 +1000 |
commit | d811862b453cc616650cdc10f4d69b239d66943a (patch) | |
tree | fd207c9290cc877341522f83ae58b865b041de3c /source3 | |
parent | 1dbdddf223b5beb873505164310862b6bd2093d2 (diff) | |
download | samba-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')
-rw-r--r-- | source3/libsmb/ntlmssp_wrap.c | 1 |
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); } |