1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

param: rename lp function and variable from "syncalways" to "sync_always"

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:12 +13:00
committed by Jeremy Allison
parent 52b1b168b3
commit 61d4af550a
5 changed files with 6 additions and 6 deletions

View File

@ -1875,7 +1875,7 @@ static struct parm_struct parm_table[] = {
.label = "sync always",
.type = P_BOOL,
.p_class = P_LOCAL,
.offset = LOCAL_VAR(syncalways),
.offset = LOCAL_VAR(sync_always),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,