diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:34 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:04 -0800 |
| commit | bea2aea6ec71c757bbbd5f1207e1caa2a858d7af (patch) | |
| tree | 156c44802042464a3df1c3c3e9de79e9baf9e155 /lib/param/param_table.c | |
| parent | 0cb3a4148cf566f371430bc680a9b0ad5f72d4b2 (diff) | |
| download | samba-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.c | 2 |
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, |
