summaryrefslogtreecommitdiff
path: root/community/lightdm/lightdm-corrupt-x-authority.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-11 00:07:28 -0700
committerroot <root@rshg054.dnsready.net>2013-10-11 00:07:28 -0700
commitc38c20f4261c973628038df011b526c6ad4e0489 (patch)
tree177946f9ec2d7ef5e23b9ffdd749442d18923aa6 /community/lightdm/lightdm-corrupt-x-authority.patch
parent361f95d1ff881daf5f87cb14917bd524511abfc5 (diff)
Fri Oct 11 00:07:27 PDT 2013
Diffstat (limited to 'community/lightdm/lightdm-corrupt-x-authority.patch')
-rwxr-xr-xcommunity/lightdm/lightdm-corrupt-x-authority.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/community/lightdm/lightdm-corrupt-x-authority.patch b/community/lightdm/lightdm-corrupt-x-authority.patch
deleted file mode 100755
index f994b394c..000000000
--- a/community/lightdm/lightdm-corrupt-x-authority.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-=== modified file 'src/xauthority.c'
---- src/xauthority.c 2013-09-10 23:14:12 +0000
-+++ src/xauthority.c 2013-09-30 02:59:01 +0000
-@@ -237,7 +237,7 @@
- gboolean
- x_authority_write (XAuthority *auth, XAuthWriteMode mode, const gchar *filename, GError **error)
- {
-- gchar *input;
-+ gchar *input = NULL;
- gsize input_length = 0, input_offset = 0;
- GList *link, *records = NULL;
- XAuthority *a;
-@@ -328,6 +328,7 @@
- }
-
- errno = 0;
-+ result = TRUE;
- for (link = records; link && result; link = link->next)
- {
- XAuthority *a = link->data;
-