mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
parent
3ecc0c70e2
commit
9aa30c4e72
@ -55,7 +55,7 @@ namespace
|
||||
{
|
||||
// This check only tests if the handle pointer is valid in memory
|
||||
// but it does not actually verify that it works
|
||||
auto rv = SCardIsValidContext(context);
|
||||
RETVAL rv = SCardIsValidContext(context);
|
||||
|
||||
// If the handle is broken, create it
|
||||
// This happens e.g. on application launch
|
||||
|
Loading…
Reference in New Issue
Block a user