smbd: Simplify find_share_mode_entry callers
authorVolker Lendecke <vl@samba.org>
Mon, 16 Sep 2013 20:58:54 +0000 (13:58 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 8 Oct 2013 21:42:29 +0000 (14:42 -0700)
commitb8b7e855ce1fd4bfdd06addcb824396418025dc8
tree75e91a63aea75f227c4f5f51b196272e3d641104
parente0e5f67da522521a37622a5833b8699ae63e8c27
smbd: Simplify find_share_mode_entry callers

All callers used fill_share_mode_entry before calling
find_share_mode_entry. Remove that requirement.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/locking/locking.c