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:57 -0800
commit137d72dd28eeea53e12e02cf3280e2f1a23bbc02 (patch)
treeaf9fc8e77433d745846797ff206faaab871be7d7 /lib/param/param_table.c
parent06499f739bd9df3e4be89ae09ac58286a286e8d1 (diff)
downloadsamba-137d72dd28eeea53e12e02cf3280e2f1a23bbc02.tar.gz
samba-137d72dd28eeea53e12e02cf3280e2f1a23bbc02.tar.xz
samba-137d72dd28eeea53e12e02cf3280e2f1a23bbc02.zip
param: Rename variable used for lp_piddir szPidDir
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 9e8f1f70f4..8c696cddb0 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3334,7 +3334,7 @@ static struct parm_struct parm_table[] = {
.label = "pid directory",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szPidDir),
+ .offset = GLOBAL_VAR(piddir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,