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 a32211dd1a..a429c6a76d 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -327,7 +327,7 @@ FN_GLOBAL_INTEGER(os_level, os_level)
FN_GLOBAL_INTEGER(passwd_chat_timeout, passwd_chat_timeout)
FN_GLOBAL_INTEGER(printcap_cache_time, printcap_cache_time)
FN_GLOBAL_INTEGER(restrict_anonymous, restrict_anonymous)
-FN_GLOBAL_INTEGER(_security, security)
+FN_GLOBAL_INTEGER(_security, _security)
FN_GLOBAL_INTEGER(_server_role, server_role)
FN_GLOBAL_INTEGER(server_schannel, server_schannel)
FN_GLOBAL_INTEGER(server_signing, server_signing)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 49fc7b2b11..667c204a49 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -421,7 +421,7 @@ static struct parm_struct parm_table[] = {
.label = "security",
.type = P_ENUM,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(security),
+ .offset = GLOBAL_VAR(_security),
.special = NULL,
.enum_list = enum_security,
.flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD,