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

updated comments in announce_server() to indicate that future work needs

to be done on this function when doing an announce host to a remote
domain master browser when samba is a WINS server.

lkcl
(This used to be commit 12c50bac4e)
This commit is contained in:
Samba Release Account 1996-08-05 18:19:41 +00:00
parent bd7fa650bd
commit e4e73d7e5f

View File

@ -325,10 +325,11 @@ void announce_server(struct subnet_record *d, struct work_record *work,
} }
else else
{ {
/* we are the WINS server, but not the domain master. /* we are the WINS server, but not the domain master. */
what's going on??? and we're not going to deal with /* XXXX we need to look up the domain master in our
this case, right now WINS database list, and do_announce_host(). maybe
*/ we could do a name query on the unsuspecting domain
master just to make sure it's awake. */
} }
} }