Project

General

Profile

« Previous | Next » 

Revision b7bca0eb

Added by nobu (Nobuyoshi Nakada) about 1 year ago

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.