diff options
author | Samba Release Account <samba-bugs@samba.org> | 1996-08-05 18:19:41 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1996-08-05 18:19:41 +0000 |
commit | e4e73d7e5fa0c191563d2564a747dd5bd4c91162 (patch) | |
tree | 49fe7e2386e62371fc9ed906ab99910a8be71681 | |
parent | bd7fa650bd176e3648d21772e6303de706af7865 (diff) | |
download | samba-e4e73d7e5fa0c191563d2564a747dd5bd4c91162.tar.gz samba-e4e73d7e5fa0c191563d2564a747dd5bd4c91162.tar.bz2 samba-e4e73d7e5fa0c191563d2564a747dd5bd4c91162.zip |
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 12c50bac4eab79bc2688bc849a8d781f4c12b6ea)
-rw-r--r-- | source3/nameannounce.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source3/nameannounce.c b/source3/nameannounce.c index ff6ee18cd1..e619ef1c4b 100644 --- a/source3/nameannounce.c +++ b/source3/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. */ } } |