diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:20 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:43 -0800 |
commit | d1a44b277bb633ce6d48e9faa5b9975d533286ac (patch) | |
tree | 342b90858a44de5df14cfad3b9dcb497da5db8ab /lib/param/param_table.c | |
parent | 0a4e1413b01176a9da0a097aa53bd8a04a7949e8 (diff) | |
download | samba-d1a44b277bb633ce6d48e9faa5b9975d533286ac.tar.gz samba-d1a44b277bb633ce6d48e9faa5b9975d533286ac.tar.xz samba-d1a44b277bb633ce6d48e9faa5b9975d533286ac.zip |
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>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 1e20fcdcef..550c5cd00a 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -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, |