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 9ffc4d4578..70e1e953f2 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2167,7 +2167,7 @@ static struct parm_struct parm_table[] = { .label = "disable spoolss", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bDisableSpoolss), + .offset = GLOBAL_VAR(_disable_spoolss), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_PRINT | FLAG_GLOBAL, @@ -2176,7 +2176,7 @@ static struct parm_struct parm_table[] = { .label = "enable spoolss", .type = P_BOOLREV, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bDisableSpoolss), + .offset = GLOBAL_VAR(_disable_spoolss), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |