Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldumais committed Oct 26, 2023
1 parent 997cfee commit 0b1e437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ntlm/messages/client/authenticate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub fn write_authenticate(
context.flags = get_flags(&context, credentials);

if !context.flags.contains(NegotiateFlags::NTLM_SSP_NEGOTIATE_KEY_EXCH) {
session_key = key_exchange_key;
session_key = key_exchange_key;
}

let message_fields = AuthenticateMessageFields::new(
Expand Down

0 comments on commit 0b1e437

Please sign in to comment.