From: Andrew Bartlett Date: Tue, 2 Aug 2011 23:26:55 +0000 (+1000) Subject: s3-ntlmssp Remove rudundent comment X-Git-Tag: talloc-2.0.6~68 X-Git-Url: http://git.samba.org/?p=amitay%2Fsamba.git;a=commitdiff_plain;h=d811862b453cc616650cdc10f4d69b239d66943a s3-ntlmssp Remove rudundent comment This is explained where SESSION_KEY maps to SIGN at the NTLMSSP layer Andrew Bartlett --- diff --git a/source3/libsmb/ntlmssp_wrap.c b/source3/libsmb/ntlmssp_wrap.c index ba22300cab2..31ba8f5306a 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); }