summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:47 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:52 -0800
commitfc47dfac2c7bc69d34a6f9d549589376bc8c5b52 (patch)
treeb51cd26dad1116544477358f7b5e6bd062fda31a /lib/param/param_table.c
parent673d12d61a7b2fbcd3a6bd2e9e613d2172ce1147 (diff)
downloadsamba-fc47dfac2c7bc69d34a6f9d549589376bc8c5b52.tar.gz
samba-fc47dfac2c7bc69d34a6f9d549589376bc8c5b52.tar.xz
samba-fc47dfac2c7bc69d34a6f9d549589376bc8c5b52.zip
param: Rename variable used for lp_enable_core_files bEnableCoreFiles
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 4e5e5f227a..b6e0917dc9 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1256,7 +1256,7 @@ static struct parm_struct parm_table[] = {
.label = "enable core files",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bEnableCoreFiles),
+ .offset = GLOBAL_VAR(enable_core_files),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,