summaryrefslogtreecommitdiff
path: root/plugins/smartcard/msd-smartcard-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/smartcard/msd-smartcard-manager.c')
-rw-r--r--plugins/smartcard/msd-smartcard-manager.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/smartcard/msd-smartcard-manager.c b/plugins/smartcard/msd-smartcard-manager.c
index 43d6644..6d1ec4a 100644
--- a/plugins/smartcard/msd-smartcard-manager.c
+++ b/plugins/smartcard/msd-smartcard-manager.c
@@ -2,6 +2,7 @@
* removal events
*
* Copyright (C) 2006, 2009 Red Hat, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -290,8 +291,8 @@ msd_smartcard_manager_class_install_signals (MsdSmartcardManagerClass *manager_c
}
static gboolean
-slot_id_equal (CK_SLOT_ID *slot_id_1,
- CK_SLOT_ID *slot_id_2)
+slot_id_equal (const CK_SLOT_ID *slot_id_1,
+ const CK_SLOT_ID *slot_id_2)
{
g_assert (slot_id_1 != NULL);
g_assert (slot_id_2 != NULL);
@@ -1207,7 +1208,6 @@ msd_smartcard_manager_worker_run (MsdSmartcardManagerWorker *worker)
{
GError *error;
-
error = NULL;
while (msd_smartcard_manager_worker_watch_for_and_process_event (worker, &error));