git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bd7fa65
)
updated comments in announce_server() to indicate that future work needs
author
Samba Release Account
<samba-bugs@samba.org>
Mon, 5 Aug 1996 18:19:41 +0000
(18:19 +0000)
committer
Samba Release Account
<samba-bugs@samba.org>
Mon, 5 Aug 1996 18:19:41 +0000
(18:19 +0000)
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
)
source3/nameannounce.c
patch
|
blob
|
history
diff --git
a/source3/nameannounce.c
b/source3/nameannounce.c
index ff6ee18cd12814813af8e53a4e31c11f26dc9142..e619ef1c4b624a382e7b865a82cc33fe76e82dd3 100644
(file)
--- 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. */
}
}