summaryrefslogtreecommitdiff
path: root/libgdm/gdm-user-switching.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgdm/gdm-user-switching.c')
-rw-r--r--libgdm/gdm-user-switching.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgdm/gdm-user-switching.c b/libgdm/gdm-user-switching.c
index ebfef1c3..a195d052 100644
--- a/libgdm/gdm-user-switching.c
+++ b/libgdm/gdm-user-switching.c
@@ -593,5 +593,7 @@ gdm_goto_login_session_sync (GCancellable *cancellable,
g_object_unref (connection);
return retval;
+#else
+ return FALSE;
#endif
}