Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 346833 | Differences between
and this patch

Collapse All | Expand All

(-)lxdm-0.3.0-old/src/lxdm.c (+2 lines)
Lines 1332-1335 Link Here
1332
	if(option)
1332
	if(option)
1333
		s->option=g_strdup(option);
1333
		s->option=g_strdup(option);
1334
#if HAVE_LIBCK_CONNECTOR
1334
	if(s->ckc)
1335
	if(s->ckc)
1335
	{
1336
	{
Lines 1337-1340 Link Here
1337
		s->ckc=NULL;
1338
		s->ckc=NULL;
1338
	}
1339
	}
1340
#endif
1339
#if HAVE_LIBPAM
1341
#if HAVE_LIBPAM
1340
	setup_pam_session(s,pw,session_name);
1342
	setup_pam_session(s,pw,session_name);

Return to bug 346833