Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"
authorJeremy Allison <jra@samba.org>
Thu, 26 Aug 2010 23:46:45 +0000 (16:46 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 26 Aug 2010 23:46:45 +0000 (16:46 -0700)
commit5115f789c007a155e34505852d847b99b7f4c886
treeca19e4287fff380c568e3ae43b98e23aa7199a9e
parent338184fb3a3869f81ead82dcc477c87d858334d3
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