diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/smartcard/msd-smartcard-manager.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/smartcard/msd-smartcard-manager.c b/plugins/smartcard/msd-smartcard-manager.c index 2349938..4702afb 100644 --- a/plugins/smartcard/msd-smartcard-manager.c +++ b/plugins/smartcard/msd-smartcard-manager.c @@ -1090,7 +1090,7 @@ msd_smartcard_manager_worker_watch_for_and_process_event (MsdSmartcardManagerWor                                                            GError                    **error)  {          PK11SlotInfo *slot; -        CK_SLOT_ID slot_id, *key; +        CK_SLOT_ID slot_id, *key = NULL;          int slot_series, card_slot_series;          MsdSmartcard *card;          GError *processing_error; | 
