summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/gdm-common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gdm-common.c b/common/gdm-common.c
index 4017313b..effd4bc7 100644
--- a/common/gdm-common.c
+++ b/common/gdm-common.c
@@ -846,6 +846,8 @@ gdm_goto_login_session (GError **error)
#ifdef WITH_CONSOLE_KIT
return goto_login_session_for_ck (connection, error);
+#else
+ return FALSE;
#endif
}