summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:10 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:59 -0800
commit9ef5fe0180eb2fd495206097ea421709d18d2fc0 (patch)
tree2e3b61248e76ea9e6e2ed2896b50f4b1deda3712 /lib/param/param_table.c
parentfcc0039a0159a8dd74d8e3d2922bcc3cef680979 (diff)
downloadsamba-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.c4
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,