Revert "HACK auth/credentials/credentials_ntlm.c break anonymous session_key" v4-17-test
authorStefan Metzmacher <metze@samba.org>
Fri, 30 Jun 2023 16:25:32 +0000 (18:25 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 11 Dec 2023 14:55:17 +0000 (15:55 +0100)
This reverts commit 72c616b75c51c74fdfbb0cfa2c780871734be623.

auth/credentials/credentials_ntlm.c

index dbaec626a7524b5b33281d381a074b7fbe7c8f47..1c17148e647802dd7b38c2132378eecd47604187 100644 (file)
@@ -133,7 +133,6 @@ _PUBLIC_ NTSTATUS cli_credentials_get_ntlm_response(struct cli_credentials *cred
                        TALLOC_FREE(frame);
                        return NT_STATUS_NO_MEMORY;
                }
-               session_key.data[0] = 'X';
                lm_session_key = data_blob_talloc_zero(frame, 16);
                if (lm_session_key.data == NULL) {
                        TALLOC_FREE(frame);