don't use a tempfile to store the config use a strbuf. libc will decide when to do...
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 14 Nov 2011 00:16:18 +0000 (01:16 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 14 Nov 2011 00:16:18 +0000 (01:16 +0100)
commit2cb48595e7fa81adf4ceaf51c4948aea99c77767
tree30a275b4b37821cea780ce3d1b53ac704dff525b
parent9ded571fa5535742a77062b61c87a25cddb249d6
don't use a tempfile to store the config use a strbuf. libc will decide when to do a tempfile.
webcit/roomops.c