]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
rrd_open should not create files with restrictive masks
authorTobias Oetiker <tobi@oetiker.ch>
Sat, 18 Oct 2008 22:32:19 +0000 (22:32 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Sat, 18 Oct 2008 22:32:19 +0000 (22:32 +0000)
commitccb3b54383a1d43efbac84b1522caa1624027c3d
tree9c12c3f2287fa33e8c0c9a55a8952da92ad81b4d
parent48d0a7c97d09af13aee277cf630e729054034c10
rrd_open should not create files with restrictive masks

Removed unnecessary "mode" varaible.  The mode is only used when O_CREAT is
specified, where we want to use 0666 (as rrd_create_fn did r<=1612).
--kevin

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1620 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_open.c