Fix bug #7234 - Symlink delete fails but incorrectly reports success to client.
commit8f30cb3d43cf043a997711ee96400e1f7697f16f
authorJeremy Allison <jra@samba.org>
Wed, 10 Mar 2010 22:06:18 +0000 (10 14:06 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 11 Mar 2010 09:19:44 +0000 (11 10:19 +0100)
treec2feaf1b86bd7432d2f44fa97c7cdf389b4d7324
parent8087ceb42d72f2a07f70e8ab5462775a08303546
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.
(cherry picked from commit 367ddc3d1b525525a9dae077335e33dc0017b58e)
source3/smbd/reply.c