summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:03 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:58 -0800
commit3198a055bfcec0ef954119edcb3df2da37acc93e (patch)
tree6fd236086242093424dee5c8a8a0c350527d429f /lib/param/param_table.c
parent137d72dd28eeea53e12e02cf3280e2f1a23bbc02 (diff)
downloadsamba-3198a055bfcec0ef954119edcb3df2da37acc93e.tar.gz
samba-3198a055bfcec0ef954119edcb3df2da37acc93e.tar.xz
samba-3198a055bfcec0ef954119edcb3df2da37acc93e.zip
param: Rename variable used for lp_private_dir szPrivateDir
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 8c696cddb0..34decc9595 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -520,7 +520,7 @@ static struct parm_struct parm_table[] = {
.label = "private dir",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szPrivateDir),
+ .offset = GLOBAL_VAR(private_dir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,
@@ -529,7 +529,7 @@ static struct parm_struct parm_table[] = {
.label = "private directory",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szPrivateDir),
+ .offset = GLOBAL_VAR(private_dir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,