You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/lxde-base/lxdm/files/lxdm-0.3.0-consolekit-disab...

15 lines
272 B

--- lxdm-0.3.0-old/src/lxdm.c
+++ lxdm-0.3.0/src/lxdm.c
@@ -1332,4 +1332,5 @@
if(option)
s->option=g_strdup(option);
+#if HAVE_LIBCK_CONNECTOR
if(s->ckc)
{
@@ -1337,4 +1338,5 @@
s->ckc=NULL;
}
+#endif
#if HAVE_LIBPAM
setup_pam_session(s,pw,session_name);