summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:45 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:51 -0800
commitbb2e4bd78f12bb8eeb6e50b12a8b93e27e00b862 (patch)
treee364afd1bb8e8d5e70277876117ca11443774d8d /lib/param/param_table.c
parentb8ccd205eec29ca69966ee04e2f9e00fef8b2745 (diff)
downloadsamba-bb2e4bd78f12bb8eeb6e50b12a8b93e27e00b862.tar.gz
samba-bb2e4bd78f12bb8eeb6e50b12a8b93e27e00b862.tar.xz
samba-bb2e4bd78f12bb8eeb6e50b12a8b93e27e00b862.zip
param: Rename variable used for lp_debug_prefix_timestamp bDebugPrefixTimestamp
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 9c8e1029ba..78cbd1f899 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1211,7 +1211,7 @@ static struct parm_struct parm_table[] = {
.label = "debug prefix timestamp",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bDebugPrefixTimestamp),
+ .offset = GLOBAL_VAR(debug_prefix_timestamp),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,