summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 8e03cfdb0a..9092511b58 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1117,7 +1117,7 @@ static struct parm_struct parm_table[] = {
.label = "kerberos method",
.type = P_ENUM,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(iKerberosMethod),
+ .offset = GLOBAL_VAR(kerberos_method),
.special = NULL,
.enum_list = enum_kerberos_method,
.flags = FLAG_ADVANCED,