diff options
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 33fab54dbd..7c8e3573a7 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2756,7 +2756,7 @@ static struct parm_struct parm_table[] = { .label = "init logon delayed hosts", .type = P_LIST, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szInitLogonDelayedHosts), + .offset = GLOBAL_VAR(szinit_logon_delayedHosts), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, @@ -2766,7 +2766,7 @@ static struct parm_struct parm_table[] = { .label = "init logon delay", .type = P_INTEGER, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(InitLogonDelay), + .offset = GLOBAL_VAR(init_logon_delay), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |