diff options
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 14ef83b56a..6fb9f4da5a 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -92,7 +92,7 @@ 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, guest_ok) -FN_LOCAL_BOOL(guest_only, bGuest_only) +FN_LOCAL_BOOL(guest_only, guest_only) FN_LOCAL_BOOL(administrative_share, bAdministrative_share) FN_LOCAL_BOOL(print_notify_backchannel, bPrintNotifyBackchannel) FN_LOCAL_BOOL(store_dos_attributes, bStoreDosAttributes) |