summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 3c5c7bf264..1e20fcdcef 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3562,7 +3562,7 @@ static struct parm_struct parm_table[] = {
.label = "preexec",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szPreExec),
+ .offset = LOCAL_VAR(preexec),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT,
@@ -3571,7 +3571,7 @@ static struct parm_struct parm_table[] = {
.label = "exec",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szPreExec),
+ .offset = LOCAL_VAR(preexec),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,