Skip to content

os: Properly report failure to link lock file

Olivier Certner requested to merge OlCe/xserver:issue-1131 into master

Stop assuming that a failure to link always means that the file indeed exists. In case of other failure (e.g., permissions), the user would get an inconsistent "Can't read lock file" message.

Related to issue #1131.

Merge request reports