fuse_new_30(): call fuse_new_31(), not fuse_new()
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Jul 2017 11:22:12 +0000 (13:22 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Jul 2017 11:22:12 +0000 (13:22 +0200)
commit5a5edc3353f468600933112422f080004189a665
tree2cbd9199e1cf931e4344c06750ea2ed9d9afcf35
parent503e32d01e4db00e90d7acfd81ab05386559069f
fuse_new_30(): call fuse_new_31(), not fuse_new()

I believe this function call is resolved by the compiler, not
the linker, so this seems safer.

Thanks to Chris Clayton for spotting this.
lib/fuse.c