Revert "Set sticky bit on socket"
commit5b9fcf5e521f053f7749fb27f426168a541a24ae
authorMarc André Tanner <mat@brain-dump.org>
Mon, 25 Jan 2016 07:17:57 +0000 (25 08:17 +0100)
committerMarc André Tanner <mat@brain-dump.org>
Mon, 25 Jan 2016 07:17:57 +0000 (25 08:17 +0100)
treead485bddcf4e67a86c11023940b43788f92f273c
parentf71f02e6d60f611e7c37bd26eb7b2ad5caba08d1
Revert "Set sticky bit on socket"

This reverts commit 15ae398ea51f9adb282d7cf93a998a8ea401fd21.

Setting the sticky bit on a file is not really portable and
causes more problems than it solves.

The reason why this was done in the first place, is that the
XDG Base Directory Specification states that files with the
sticky bit set should not be touched by periodic cleanup
procedures.

Close #13
server.c