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 713db9016e..8dc6183e03 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3316,7 +3316,7 @@ static struct parm_struct parm_table[] = { .label = "state directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szStateDir), + .offset = GLOBAL_VAR(state_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, @@ -3325,7 +3325,7 @@ static struct parm_struct parm_table[] = { .label = "cache directory", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szCacheDir), + .offset = GLOBAL_VAR(cache_directory), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |