1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +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:
Stefan Metzmacher 2006-01-13 16:49:00 +00:00 committed by Gerald (Jerry) Carter
parent e1622519d3
commit ef1572dbc1

View File

@ -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;
}