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 701699eca0..b770559277 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2460,7 +2460,7 @@ static struct parm_struct parm_table[] = { .label = "delete veto files", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bDeleteVetoFiles), + .offset = LOCAL_VAR(recursive_veto_delete), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |
