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
commit774d29318d0342b56bcb98807dc185ae17ad678e (patch)
treec01d5a5bfe6ef6da016ffed52f1b3b1c9fa9d481 /lib/param/param_table.c
parent9ef5fe0180eb2fd495206097ea421709d18d2fc0 (diff)
downloadsamba-774d29318d0342b56bcb98807dc185ae17ad678e.tar.gz
samba-774d29318d0342b56bcb98807dc185ae17ad678e.tar.xz
samba-774d29318d0342b56bcb98807dc185ae17ad678e.zip
param: Rename variable used for lp_keepalive iKeepalive
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 7c8e3573a7..8e03cfdb0a 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1758,7 +1758,7 @@ static struct parm_struct parm_table[] = {
.label = "keepalive",
.type = P_INTEGER,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(iKeepalive),
+ .offset = GLOBAL_VAR(keepalive),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,