Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with recent...
authorJeremy Allison <jra@samba.org>
Wed, 7 Oct 2009 22:46:57 +0000 (15:46 -0700)
committerKarolin Seeger <kseeger@samba.org>
Tue, 20 Oct 2009 13:00:27 +0000 (15:00 +0200)
commit70ed06dcd73e0d8776a039d3475c1d5bf20cdab2
treef37bf41e03f2fa90e6bef7407ae1bd914b6b3ea7
parentdb2eedbe88dc4e219afbc6f71642b60c714e898a
Correct fix for bug 6781 - Cannot rename subfolders in Explorer view with recent versions of Samba. Without this fix, renaming a directory ./a to ./b, whilst a directory ./aa was already open would fail. Simplifies logic of earlier code. Jeremy.
(cherry picked from commit 37f42ad6a1fff1e43bfd6dcaa8244b738ea37363)
source3/smbd/files.c