diff options
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 2e7868750d..97f9c9158b 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3853,7 +3853,7 @@ static struct parm_struct parm_table[] = { .label = "vfs objects", .type = P_LIST, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szVfsObjects), + .offset = LOCAL_VAR(vfs_objects), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE, @@ -3862,7 +3862,7 @@ static struct parm_struct parm_table[] = { .label = "vfs object", .type = P_LIST, .p_class = P_LOCAL, - .offset = LOCAL_VAR(szVfsObjects), + .offset = LOCAL_VAR(vfs_objects), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |