chiark / gitweb /
fileio: imply /tmp as directory if passed as NULL to open_tmpfile_unlinkable()
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jul 2016 18:35:04 +0000 (20:35 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 16 Jun 2017 08:13:01 +0000 (10:13 +0200)
commit3835ce8528f80dc21606c6c01b90423ba317289b
treeafe4bc01b397f83dd3d2a3d1d3999a708382e761
parent122eed2f37fe5fe8419147130731f5681358766c
fileio: imply /tmp as directory if passed as NULL to open_tmpfile_unlinkable()

We can make this smarter one day, to honour $TMPDIR and friends, but for now,
let's just use /tmp.
src/basic/fileio.c