1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

param: Rename variable used for lp_netbios_scope szNetbiosScope

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andrew Bartlett 2013-12-24 16:04:02 +13:00 committed by Jeremy Allison
parent d06b706a2a
commit 26e3bc0a5d
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ FN_GLOBAL_CONST_STRING(logon_script, logon_script)
FN_GLOBAL_CONST_STRING(nbt_client_socket_address, nbt_client_socket_address)
FN_GLOBAL_CONST_STRING(ncalrpc_dir, ncalrpc_dir)
FN_GLOBAL_CONST_STRING(netbios_name, netbios_name)
FN_GLOBAL_CONST_STRING(netbios_scope, szNetbiosScope)
FN_GLOBAL_CONST_STRING(netbios_scope, netbios_scope)
FN_GLOBAL_CONST_STRING(ntp_signd_socket_directory, szNTPSignDSocketDirectory)
FN_GLOBAL_CONST_STRING(passdb_backend, passdb_backend)
FN_GLOBAL_CONST_STRING(passwordserver, szPasswordServer)

View File

@ -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,