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:
parent
d06b706a2a
commit
26e3bc0a5d
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user