summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}