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 08753cf0c5..f7cdb8bed4 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -364,7 +364,7 @@ static struct parm_struct parm_table[] = { .label = "netbios scope", .type = P_USTRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szNetbiosScope), + .offset = GLOBAL_VAR(netbios_scope), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |