81b72a962f0b6ebbe8e7dfcad306d33bf086529a |
|
21-Jul-2015 |
Daniel Mack <daniel@zonque.org> |
user-sessions: fix write_string_file() fallout
WRITE_STRING_FILE_ATOMIC is only valid if WRITE_STRING_FILE_CREATE is also
given. IOW, an atomic file write operation is only possible when creating a
file is also being asked for.
This is a regression from the recent write_string_file() rework. |