rdpdr/scard: dont incorrectly set SCARD_STATE_IGNORE
This commit is contained in:
parent
343630023f
commit
b13da4adb8
@ -238,7 +238,7 @@ static uint32 sc_map_state(uint32 state)
|
||||
if (state & SCARD_SPECIFIC)
|
||||
state = 0x00000006;
|
||||
else if (state & SCARD_NEGOTIABLE)
|
||||
state = 0x00000005;
|
||||
state = 0x00000006;
|
||||
else if (state & SCARD_POWERED)
|
||||
state = 0x00000004;
|
||||
else if (state & SCARD_SWALLOWED)
|
||||
|
Loading…
x
Reference in New Issue
Block a user