1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

param: Rename variable used for lp_postexec szPostExec

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:03:20 +13:00 committed by Jeremy Allison
parent 0a4e1413b0
commit d1a44b277b
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ FN_LOCAL_INTEGER(force_create_mode, force_create_mode)
FN_LOCAL_INTEGER(dir_mask, dir_mask)
FN_LOCAL_INTEGER(force_dir_mode, force_dir_mode)
FN_LOCAL_STRING(preexec, preexec)
FN_LOCAL_STRING(postexec, szPostExec)
FN_LOCAL_STRING(postexec, postexec)
FN_LOCAL_STRING(rootpreexec, szRootPreExec)
FN_LOCAL_STRING(rootpostexec, szRootPostExec)
FN_LOCAL_STRING(dontdescend, szDontdescend)

View File

@ -3589,7 +3589,7 @@ static struct parm_struct parm_table[] = {
.label = "postexec",
.type = P_STRING,
.p_class = P_LOCAL,
.offset = LOCAL_VAR(szPostExec),
.offset = LOCAL_VAR(postexec),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT,

View File

@ -154,7 +154,7 @@ static struct loadparm_service sDefault =
.szCopy = NULL,
.szInclude = NULL,
.preexec = NULL,
.szPostExec = NULL,
.postexec = NULL,
.szRootPreExec = NULL,
.szRootPostExec = NULL,
.szCupsOptions = NULL,