diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:39 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:50 -0800 |
commit | 228529ca5e5ae043659b9d2a684416e74cdd0b3f (patch) | |
tree | c44dad5cdf3763863f051debae904450f09b2644 /lib/param/param_table.c | |
parent | b944da7237c93000c10cb2eef862f86513607738 (diff) | |
download | samba-228529ca5e5ae043659b9d2a684416e74cdd0b3f.tar.gz samba-228529ca5e5ae043659b9d2a684416e74cdd0b3f.tar.xz samba-228529ca5e5ae043659b9d2a684416e74cdd0b3f.zip |
param: Rename variable used for lp_dfree_cache_time iDfreeCacheTime
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 9aee9c97cd..4649f98aa1 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3409,7 +3409,7 @@ static struct parm_struct parm_table[] = { .label = "dfree cache time", .type = P_INTEGER, .p_class = P_LOCAL, - .offset = LOCAL_VAR(iDfreeCacheTime), + .offset = LOCAL_VAR(dfree_cache_time), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |