Merge lp:~robert-ancell/lightdm/sync-x-authority into lp:lightdm

Proposed by Robert Ancell
Status: Merged
Approved by: Robert Ancell
Approved revision: 1921
Merged at revision: 1928
Proposed branch: lp:~robert-ancell/lightdm/sync-x-authority
Merge into: lp:lightdm
Diff against target: 11 lines (+1/-0)
1 file modified
src/x-authority.c (+1/-0)
To merge this branch: bzr merge lp:~robert-ancell/lightdm/sync-x-authority
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+210729@code.launchpad.net

Commit message

Ensure X authority is written before X server is started

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/x-authority.c'
2--- src/x-authority.c 2013-09-30 03:38:14 +0000
3+++ src/x-authority.c 2014-03-13 02:26:10 +0000
4@@ -345,6 +345,7 @@
5 }
6 g_list_free (records);
7
8+ fsync (output_fd);
9 close (output_fd);
10
11 if (!result)

Subscribers

People subscribed via source and target branches