1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

param: rename lp function and variable from "fake_dir_create_times" to "fake_directory_create_times"

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Garming Sam
2014-02-04 15:09:02 +13:00
committed by Jeremy Allison
parent 63e8b414c2
commit f4414d63cd
6 changed files with 9 additions and 9 deletions

View File

@ -3814,7 +3814,7 @@ static struct parm_struct parm_table[] = {
.label = "fake directory create times",
.type = P_BOOL,
.p_class = P_LOCAL,
.offset = LOCAL_VAR(fake_dir_create_times),
.offset = LOCAL_VAR(fake_directory_create_times),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL,