fix uninitialized mode variable in openat function
authorRich Felker <dalias@aerifal.cx>
Fri, 31 Oct 2014 19:35:24 +0000 (15:35 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 31 Oct 2014 19:35:24 +0000 (15:35 -0400)
commite146e6035fecea080fb17450db3c8bb44d36e07d
tree919bac533e5992f911c8dfbfa7eef8e4966b3b96
parent0ce946cf808274c2d6e5419b139e130c8ad4bd30
fix uninitialized mode variable in openat function

this was introduced in commit 2da3ab1382ca8e39eb1e4428103764a81fba73d3
as an oversight while making the variadic argument access conditional.
src/fcntl/openat.c