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 b9c82bc846..28e0e68a09 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3382,7 +3382,7 @@ static struct parm_struct parm_table[] = { .label = "default service", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szDefaultService), + .offset = GLOBAL_VAR(defaultservice), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, @@ -3391,7 +3391,7 @@ static struct parm_struct parm_table[] = { .label = "default", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szDefaultService), + .offset = GLOBAL_VAR(defaultservice), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
