diff options
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 76641ef811..9c8e1029ba 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1229,7 +1229,7 @@ static struct parm_struct parm_table[] = { .label = "debug pid", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bDebugPid), + .offset = GLOBAL_VAR(debug_pid), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |