1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

jht spotted error in Domain announcements: the comment was being displayed

as the NetBIOS name of the master browser for samba's workgroup, instead
of samba's NetBIOS name.
This commit is contained in:
Samba Release Account 0001-01-01 00:00:00 +00:00
parent f46305d76e
commit b5fb0293b0

View File

@ -372,7 +372,7 @@ void announce_server(struct subnet_record *d, struct work_record *work,
MSBROWSE, 0x01, d->bcast_ip,
ttl*1000,
work->work_group, server_type ? domain_type : 0,
comment);
name);
}
}
else