From d811862b453cc616650cdc10f4d69b239d66943a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 3 Aug 2011 09:26:55 +1000 Subject: [PATCH] s3-ntlmssp Remove rudundent comment This is explained where SESSION_KEY maps to SIGN at the NTLMSSP layer Andrew Bartlett --- source3/libsmb/ntlmssp_wrap.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.11.4.GIT