diff options
-rw-r--r-- | source/nameannounce.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/nameannounce.c b/source/nameannounce.c index ff6ee18cd12..e619ef1c4b6 100644 --- a/source/nameannounce.c +++ b/source/nameannounce.c @@ -325,10 +325,11 @@ void announce_server(struct subnet_record *d, struct work_record *work, } else { - /* we are the WINS server, but not the domain master. - what's going on??? and we're not going to deal with - this case, right now - */ + /* we are the WINS server, but not the domain master. */ + /* XXXX we need to look up the domain master in our + 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. */ } } |