summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:34 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:19:04 -0800
commitbea2aea6ec71c757bbbd5f1207e1caa2a858d7af (patch)
tree156c44802042464a3df1c3c3e9de79e9baf9e155 /lib/param/param_table.c
parent0cb3a4148cf566f371430bc680a9b0ad5f72d4b2 (diff)
downloadsamba-bea2aea6ec71c757bbbd5f1207e1caa2a858d7af.tar.gz
samba-bea2aea6ec71c757bbbd5f1207e1caa2a858d7af.tar.xz
samba-bea2aea6ec71c757bbbd5f1207e1caa2a858d7af.zip
param: Rename variable used for lp_set_quota_command szSetQuota
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 d1281a8867..c1524250c3 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3436,7 +3436,7 @@ static struct parm_struct parm_table[] = {
.label = "set quota command",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szSetQuota),
+ .offset = GLOBAL_VAR(set_quota_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,