Refactor reply_rmdir to use handle based code. All
authorJeremy Allison <jra@samba.org>
Thu, 3 Dec 2009 21:01:10 +0000 (13:01 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 3 Dec 2009 21:01:10 +0000 (13:01 -0800)
commit91e0bdd86c9c14f6b9b190db8ce6ec162ce79692
treed338dd95775ee980141378f7c7493a08bc3275f3
parent80e066112c033ce3684a4adede3f40565f68277f
Refactor reply_rmdir to use handle based code. All
calls are now handle based. Put rmdir into close.c
and make it private.
Jeremy.
source3/include/proto.h
source3/smbd/close.c
source3/smbd/reply.c