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:19:47 +0000 (01:19 +0100)
commit8d277f7d8d2ad96c65c91084bc97eff3104e7d24
treebc622060a2096a688691eb8d099979228d1c33f8
parent9e62c72daac38e870bf53c44e16bb8ebba2b5c33
don't use a tempfile to store the config use a strbuf. libc will decide when to do a tempfile.
webcit/roomops.c