Put OpenDir() back the way it was - don't overload with an fsp arg. Create OpenDir_fs...
commit6c231c2384a1e7bdc8ed5105a09500e82082cf66
authorJeremy Allison <jra@samba.org>
Thu, 10 Feb 2011 00:31:06 +0000 (9 16:31 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 10 Feb 2011 00:32:08 +0000 (9 16:32 -0800)
tree6b6f0234bc9936e19b6859d5ecb105141b6599b7
parent739f7dc567f9e2eb43a0010a56d9b04816ff14d7
Put OpenDir() back the way it was - don't overload with an fsp arg. Create OpenDir_fsp for new usage.
(cherry picked from commit 558eeb860e3e3475f5ab39c52fab3414b5b8b478)
source3/include/proto.h
source3/smbd/close.c
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/reply.c