summaryrefslogtreecommitdiffstats
path: root/source3/param
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 /source3/param
parent673d12d61a7b2fbcd3a6bd2e9e613d2172ce1147 (diff)
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 'source3/param')
-rw-r--r--source3/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 08866d12bd..26117662f0 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -848,7 +848,7 @@ static void init_globals(bool reinit_globals)
Globals.debug_pid = false;
Globals.debug_uid = false;
Globals.debug_class = false;
- Globals.bEnableCoreFiles = true;
+ Globals.enable_core_files = true;
Globals.max_ttl = 60 * 60 * 24 * 3; /* 3 days default. */
Globals.max_wins_ttl = 60 * 60 * 24 * 6; /* 6 days default. */
Globals.min_wins_ttl = 60 * 60 * 6; /* 6 hours default. */