summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_incomingdgrams.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-12-24 07:10:04 +0000
committerJeremy Allison <jra@samba.org>1997-12-24 07:10:04 +0000
commit0c0777400fd4a2e0586761514345153c9ee218ed (patch)
tree4339eb77dd96d1e87b81a96054396443b760931a /source3/nmbd/nmbd_incomingdgrams.c
parent5f38824696c86c35f3f0a98af8e6d623c3d2fcb3 (diff)
downloadsamba-0c0777400fd4a2e0586761514345153c9ee218ed.tar.gz
samba-0c0777400fd4a2e0586761514345153c9ee218ed.tar.bz2
samba-0c0777400fd4a2e0586761514345153c9ee218ed.zip
Finally added the code Andrew wanted that will allow a Samba domain
master browser to use the *<1b> feature of the Samba WINS server to get a full workgroup list. nmbd.c: Added timed call to collect_all_workgroup_names_from_wins_server(). nmbd_browsesync.c: Meat of the code to implement collect_all_workgroup_names_from_wins_server(). nmbd_incomingdgrams.c: Fixed comment typo. Jeremy. (This used to be commit 1a3ab3e84a415a6d0d9b4cafb3f0f6e8cbe3fa69)
Diffstat (limited to 'source3/nmbd/nmbd_incomingdgrams.c')
-rw-r--r--source3/nmbd/nmbd_incomingdgrams.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd_incomingdgrams.c b/source3/nmbd/nmbd_incomingdgrams.c
index 452516b64e..7133d5ebfb 100644
--- a/source3/nmbd/nmbd_incomingdgrams.c
+++ b/source3/nmbd/nmbd_incomingdgrams.c
@@ -737,7 +737,7 @@ void process_announce_request(struct subnet_record *subrec, struct packet_struct
our workgroup and then set the flag telling that we have found
a LanMan client (DOS or OS/2) and that we will have to start
sending LanMan announcements (unless specifically disabled
- through the "lm_announce" parameter in smb.conf)
+ through the "lm announce" parameter in smb.conf)
******************************************************************/
void process_lm_announce_request(struct subnet_record *subrec, struct packet_struct *p, char *buf)