diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:10 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:59 -0800 |
commit | 9ef5fe0180eb2fd495206097ea421709d18d2fc0 (patch) | |
tree | 2e3b61248e76ea9e6e2ed2896b50f4b1deda3712 /lib/param/param_table.c | |
parent | fcc0039a0159a8dd74d8e3d2922bcc3cef680979 (diff) | |
download | samba-9ef5fe0180eb2fd495206097ea421709d18d2fc0.tar.gz samba-9ef5fe0180eb2fd495206097ea421709d18d2fc0.tar.xz samba-9ef5fe0180eb2fd495206097ea421709d18d2fc0.zip |
param: Rename variable used for lp_init_logon_delay InitLogonDelay
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
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, |