diff options
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 746d8e4ad8..d5ef200e4c 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -556,7 +556,7 @@ static struct parm_struct parm_table[] = { .label = "root directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(rootdir), + .offset = GLOBAL_VAR(root_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, @@ -565,7 +565,7 @@ static struct parm_struct parm_table[] = { .label = "root dir", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(rootdir), + .offset = GLOBAL_VAR(root_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, @@ -574,7 +574,7 @@ static struct parm_struct parm_table[] = { .label = "root", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(rootdir), + .offset = GLOBAL_VAR(root_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |