summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:00 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:56 -0800
commita89ec8b6a451c307b2ef95c2d5db177e7bb3e319 (patch)
treef0d85e27af670cffbb8d0bc387cc9347a23a9bc0 /lib/param/param_table.c
parent67d54939c28ae84d689171ee868dac64586e50e6 (diff)
downloadsamba-a89ec8b6a451c307b2ef95c2d5db177e7bb3e319.tar.gz
samba-a89ec8b6a451c307b2ef95c2d5db177e7bb3e319.tar.xz
samba-a89ec8b6a451c307b2ef95c2d5db177e7bb3e319.zip
param: Rename variable used for lp_dedicated_keytab_file szDedicatedKeytabFile
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 50e470b77c..5150483a28 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1108,7 +1108,7 @@ static struct parm_struct parm_table[] = {
.label = "dedicated keytab file",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szDedicatedKeytabFile),
+ .offset = GLOBAL_VAR(dedicated_keytab_file),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,