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

param: Rename variable used for lp_lockdir szLockDir

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andrew Bartlett
2013-12-24 16:04:01 +13:00
committed by Jeremy Allison
parent 603282d5f5
commit 37318b650b
3 changed files with 8 additions and 8 deletions

View File

@ -3298,7 +3298,7 @@ static struct parm_struct parm_table[] = {
.label = "lock directory",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szLockDir),
.offset = GLOBAL_VAR(lockdir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,
@ -3307,7 +3307,7 @@ static struct parm_struct parm_table[] = {
.label = "lock dir",
.type = P_STRING,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(szLockDir),
.offset = GLOBAL_VAR(lockdir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,