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

Collapse All | Expand All

(-)kdm/backend/client.c (-8 lines)
Lines 1485-1498 ReadDmrc () Link Here
1485
1485
1486
    if (!StrApp (&fname, p->pw_dir, "/.dmrc", (char *)0))
1486
    if (!StrApp (&fname, p->pw_dir, "/.dmrc", (char *)0))
1487
	return GE_Error;
1487
	return GE_Error;
1488
    if ((curdmrc = iniLoad (fname))) {
1489
	free (fname);
1490
	return GE_Ok;
1491
    }
1492
    if (errno != EPERM) {
1493
	free (fname);
1494
	return GE_NoFile;
1495
    }
1496
1488
1497
    if (pipe (pfd))
1489
    if (pipe (pfd))
1498
	return GE_Error;
1490
	return GE_Error;

Return to bug 136201