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 be82d35e52..fc939e3ad5 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1008,7 +1008,7 @@ static struct parm_struct parm_table[] = { .label = "guest only", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bGuest_only), + .offset = LOCAL_VAR(guest_only), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE, @@ -1017,7 +1017,7 @@ static struct parm_struct parm_table[] = { .label = "only guest", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bGuest_only), + .offset = LOCAL_VAR(guest_only), .special = NULL, .enum_list = NULL, .flags = FLAG_HIDE, |