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 3b4b738..8de48c3 100644 --- a/plugins/smartcard/msd-smartcard-manager.c +++ b/plugins/smartcard/msd-smartcard-manager.c @@ -1288,7 +1288,7 @@ on_timeout (MsdSmartcardManager *manager) g_warning ("could not start smartcard manager - %s", error->message); g_error_free (error); - return 1; + return TRUE; } g_print ("Please re-insert smartcard\n"); |