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 7c0ad48a68..e5fa85cd67 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -178,7 +178,7 @@ FN_GLOBAL_BOOL(_domain_logons, _domain_logons) FN_GLOBAL_BOOL(enable_asu_support, enable_asu_support) FN_GLOBAL_BOOL(enable_core_files, enable_core_files) FN_GLOBAL_BOOL(enable_privileges, enable_privileges) -FN_GLOBAL_BOOL(encrypted_passwords, bEncryptPasswords) +FN_GLOBAL_BOOL(encrypted_passwords, encrypted_passwords) FN_GLOBAL_BOOL(enhanced_browsing, enhanced_browsing) FN_GLOBAL_BOOL(getwd_cache, getwd_cache) FN_GLOBAL_BOOL(host_msdfs, bHostMSDfs) |