mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r12908: use '_' also for indication we want to ask for the localmaster browser,
as '-' make problems with popt
metze
(This used to be commit d300d56fb7
)
This commit is contained in:
parent
e1622519d3
commit
ef1572dbc1
@ -189,7 +189,7 @@ static BOOL process_one(const char *name)
|
||||
|
||||
if (options.find_master) {
|
||||
node_type = NBT_NAME_MASTER;
|
||||
if (*name == '-') {
|
||||
if (*name == '-' || *name == '_') {
|
||||
name = "\01\02__MSBROWSE__\02";
|
||||
node_type = NBT_NAME_MS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user