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:
committed by
Jeremy Allison
parent
11f910be61
commit
bc455c34da
@ -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,
|
||||
|
Reference in New Issue
Block a user