From eb356258442b9b1baa8b99bda864bcd2575e72dc Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sep 10 2014 14:21:32 +0000 Subject: smartcard: allow smartcard support to be disabled with pcscd running --- diff --git a/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c b/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c index b40a21c..358c26a 100644 --- a/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c +++ b/gui/simple-greeter/plugins/smartcard/gdm-smartcard-extension.c @@ -374,7 +374,7 @@ gdm_smartcard_extension_is_visible (GdmTask *task) g_strfreev (lines); - return TRUE; + return ret; } static void