From 7b6689039fde323a79f6f4daddbb2d615b6d1be3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:29 +1300 Subject: param: Rename variable used for lp_access_based_share_enum bAccessBasedShareEnum Signed-off-by: Andrew Bartlett Signed-off-by: Garming Sam Reviewed-by: Jeremy Allison --- lib/param/param_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/param/param_functions.c') diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index dbcf7e1b65..9315336904 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -90,7 +90,7 @@ FN_LOCAL_BOOL(hide_dot_files, hide_dot_files) FN_LOCAL_BOOL(hide_special_files, hide_special_files) FN_LOCAL_BOOL(hideunreadable, hideunreadable) FN_LOCAL_BOOL(hideunwriteable_files, hideunwriteable_files) -FN_LOCAL_BOOL(access_based_share_enum, bAccessBasedShareEnum) +FN_LOCAL_BOOL(access_based_share_enum, access_based_share_enum) FN_LOCAL_BOOL(guest_ok, bGuest_ok) FN_LOCAL_BOOL(guest_only, bGuest_only) FN_LOCAL_BOOL(administrative_share, bAdministrative_share) -- cgit