Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"
authorJeremy Allison <jra@samba.org>
Thu, 26 Aug 2010 23:49:21 +0000 (16:49 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 27 Sep 2010 19:29:01 +0000 (21:29 +0200)
commitc72fe31a4c25eb9d43893ab4d53db50288765eea
tree43d8a204a2559a44d71d2f4354b23f581695b11e
parent99cb69fca3d8374df3a85ec76180fc4e6acb15f8
Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"

Ensure we check the correct stat struct once we've created the
special fix. Thanks to izh1979@gmail.com for pointing out the
bug.

Jeremy.
(cherry picked from commit 3ced147b6e0ba872b6b49a27f30e4a44695d42f3)
source3/smbd/trans2.c