1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

param: rename lp function and variable from "veto_oplocks" to "veto_oplock_files"

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:08:59 +13:00
committed by Jeremy Allison
parent 11f910be61
commit bc455c34da
4 changed files with 4 additions and 4 deletions

View File

@ -2487,7 +2487,7 @@ static struct parm_struct parm_table[] = {
.label = "veto oplock files",
.type = P_STRING,
.p_class = P_LOCAL,
.offset = LOCAL_VAR(veto_oplocks),
.offset = LOCAL_VAR(veto_oplock_files),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,