From 1cbb4a8453592e23ad851da69ec07201308a1b42 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 24 Dec 2013 16:03:30 +1300 Subject: param: Rename variable used for lp_administrative_share bAdministrative_share 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 6fb9f4da5a..8fe905e6b0 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -93,7 +93,7 @@ FN_LOCAL_BOOL(hideunwriteable_files, hideunwriteable_files) FN_LOCAL_BOOL(access_based_share_enum, access_based_share_enum) FN_LOCAL_BOOL(guest_ok, guest_ok) FN_LOCAL_BOOL(guest_only, guest_only) -FN_LOCAL_BOOL(administrative_share, bAdministrative_share) +FN_LOCAL_BOOL(administrative_share, administrative_share) FN_LOCAL_BOOL(print_notify_backchannel, bPrintNotifyBackchannel) FN_LOCAL_BOOL(store_dos_attributes, bStoreDosAttributes) FN_LOCAL_BOOL(dmapi_support, bDmapiSupport) -- cgit