diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:29 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:46 -0800 |
commit | 136139129ebded3eef2d17a1107a94fde5631158 (patch) | |
tree | b99235cf2f0c85ccac4cda95afc732bfae216123 /lib/param/param_functions.c | |
parent | 7b6689039fde323a79f6f4daddbb2d615b6d1be3 (diff) | |
download | samba-136139129ebded3eef2d17a1107a94fde5631158.tar.gz samba-136139129ebded3eef2d17a1107a94fde5631158.tar.xz samba-136139129ebded3eef2d17a1107a94fde5631158.zip |
param: Rename variable used for lp_guest_ok bGuest_ok
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 9315336904..14ef83b56a 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -91,7 +91,7 @@ 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, access_based_share_enum) -FN_LOCAL_BOOL(guest_ok, bGuest_ok) +FN_LOCAL_BOOL(guest_ok, guest_ok) FN_LOCAL_BOOL(guest_only, bGuest_only) FN_LOCAL_BOOL(administrative_share, bAdministrative_share) FN_LOCAL_BOOL(print_notify_backchannel, bPrintNotifyBackchannel) |