Fix bug #7234 - Symlink delete fails but incorrectly reports success to client.
commit367ddc3d1b525525a9dae077335e33dc0017b58e
authorJeremy Allison <jra@samba.org>
Wed, 10 Mar 2010 22:06:18 +0000 (10 14:06 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 10 Mar 2010 22:08:30 +0000 (10 14:08 -0800)
tree40d1a3cf371f275d9928e34443a2ca06d59afe7e
parent25d27ff57687337b8a2df231e9f8f6b01538cf73
Fix bug #7234 - Symlink delete fails but incorrectly reports success to client.

Typo called LSTAT instead of STAT in the unlink by pathname path.

Jeremy.
source3/smbd/reply.c