From cb8362f4350c5af93bcf183f44f2eaa1da2353da Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 26 Jul 2015 20:03:02 +0100 Subject: more cleanup --- lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch (limited to 'lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch') diff --git a/lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch b/lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch deleted file mode 100644 index 103268ef..00000000 --- a/lxde-base/lxdm/files/lxdm-0.4.1-fix-pam-100-cpu.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- lxdm-0.4.1.orig/src/lxdm.c -+++ lxdm-0.4.1/src/lxdm.c -@@ -1458,8 +1458,12 @@ void lxdm_do_login(struct passwd *pw, ch - setenv("XDG_SESSION_COOKIE", ck_connector_get_cookie(s->ckc), 1); - } - #endif -+ int i; -+ for(i=2;i<256;i++) -+ g_source_remove(i); -+ - char** env, *path; -- int n_env,i; -+ int n_env; - n_env = g_strv_length(environ); - /* copy all environment variables and override some of them */ - env = g_new(char*, n_env + 1 + 13); -- cgit v1.2.3