summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index b307e0cca14..db237c8c0bf 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, encrypted_passwords)
+FN_GLOBAL_BOOL(encrypt_passwords, encrypt_passwords)
FN_GLOBAL_BOOL(enhanced_browsing, enhanced_browsing)
FN_GLOBAL_BOOL(getwd_cache, getwd_cache)
FN_GLOBAL_BOOL(host_msdfs, host_msdfs)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 1ae0a2c754c..a14ab4b30cf 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -439,7 +439,7 @@ static struct parm_struct parm_table[] = {
.label = "encrypt passwords",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(encrypted_passwords),
+ .offset = GLOBAL_VAR(encrypt_passwords),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD,