jht spotted error in Domain announcements: the comment was being displayed
authorSamba Release Account <samba-bugs@samba.org>
Mon, 5 Aug 1996 17:45:47 +0000 (17:45 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Mon, 5 Aug 1996 17:45:47 +0000 (17:45 +0000)
as the NetBIOS name of the master browser for samba's workgroup, instead
of samba's NetBIOS name.
(This used to be commit b5fb0293b02e8fdc6ae07be52666ebe55df1bd4e)

source3/nameannounce.c

index c76dffda00aed8f16dc604362fbcaa558ab837b8..ff6ee18cd12814813af8e53a4e31c11f26dc9142 100644 (file)
@@ -372,7 +372,7 @@ void announce_server(struct subnet_record *d, struct work_record *work,
                                                        MSBROWSE, 0x01, d->bcast_ip,
                                                        ttl*1000,
                                                        work->work_group, server_type ? domain_type : 0,
                                                        MSBROWSE, 0x01, d->bcast_ip,
                                                        ttl*1000,
                                                        work->work_group, server_type ? domain_type : 0,
-                                                       comment);
+                                                       name);
                        }
                }
                else
                        }
                }
                else