Skip to content

Commit

Permalink
fix missing comma before undocumented negotiate flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Jun 12, 2024
1 parent cccbfef commit ba6cb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/ntlm/message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module NTLM
:NEG_VERSION => 0x02000000,
:KEY128 => 0x20000000,
:KEY_EXCHANGE => 0x40000000,
:KEY56 => 0x80000000
:KEY56 => 0x80000000,
# Undocumented flags:
:MBZ9 => 0x00000008,
:NETWARE => 0x00000100,
Expand Down

0 comments on commit ba6cb79

Please sign in to comment.