win32/sspi: Fix Win32::SSPI::SSPIResult#== with Integer
The values of @@map are Symbols and @value should be an Integer since unpacked as unsigned long, so this comparison should be false always. Probably comparison with Symbol was intended.
@@map
Symbol
@value
Integer
win32/sspi: Fix Win32::SSPI::SSPIResult#== with Integer
The values of
@@mapareSymbols and@valueshould be anIntegersince unpacked as unsigned long, so this comparison shouldbe false always. Probably comparison with
Symbolwas intended.