diff options
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index b67f0bc08c..6db32339c7 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -3643,7 +3643,7 @@ static struct parm_struct parm_table[] = { .label = "usershare allow guests", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bUsershareAllowGuests), + .offset = GLOBAL_VAR(usershare_allow_guests), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |