Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"
commit3ced147b6e0ba872b6b49a27f30e4a44695d42f3
authorJeremy Allison <jra@samba.org>
Thu, 26 Aug 2010 23:49:21 +0000 (26 16:49 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 6 Sep 2010 18:44:39 +0000 (6 20:44 +0200)
tree4a7595debf5cf2fe87fd16fec1dc4692be8ffc7c
parent68e83f9fedf0a0f0fa412d3ecec8ee853bf82bac
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.
source3/smbd/trans2.c