summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:30 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:46 -0800
commit1cbb4a8453592e23ad851da69ec07201308a1b42 (patch)
treea4b4d5657b8843897b730798055f43b5a8a1ec72 /lib/param/param_functions.c
parent8399e6d2c6ee442dd17862fb326c6afa0143ff61 (diff)
downloadsamba-1cbb4a8453592e23ad851da69ec07201308a1b42.tar.gz
samba-1cbb4a8453592e23ad851da69ec07201308a1b42.tar.xz
samba-1cbb4a8453592e23ad851da69ec07201308a1b42.zip
param: Rename variable used for lp_administrative_share bAdministrative_share
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
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)