summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:27 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:45 -0800
commitf6f8373352abc23c62b96c60a4a8582685aabb07 (patch)
treee42de488a7d91ab98b763eaefcf67a021ae27b84 /lib/param/param_table.c
parent5b2bf1a885d63c26f9e7da5fab391f2b9fab5228 (diff)
downloadsamba-f6f8373352abc23c62b96c60a4a8582685aabb07.tar.gz
samba-f6f8373352abc23c62b96c60a4a8582685aabb07.tar.xz
samba-f6f8373352abc23c62b96c60a4a8582685aabb07.zip
param: Rename variable used for lp_dfree_command szDfree
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 0bf2ffbb08..97d25a4294 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3418,7 +3418,7 @@ static struct parm_struct parm_table[] = {
.label = "dfree command",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szDfree),
+ .offset = LOCAL_VAR(dfree_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,