mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
parent
3ecc0c70e2
commit
9aa30c4e72
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue