summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-08-05 17:45:47 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-08-05 17:45:47 +0000
commitb5fb0293b02e8fdc6ae07be52666ebe55df1bd4e (patch)
tree5bd77f4f19c3db1dc5f90cce0992f756c7937e49
parentf46305d76e86546731da1e81c662c55f0798a502 (diff)
downloadsamba-b5fb0293b02e8fdc6ae07be52666ebe55df1bd4e.tar.gz
jht spotted error in Domain announcements: the comment was being displayed
as the NetBIOS name of the master browser for samba's workgroup, instead of samba's NetBIOS name.
-rw-r--r--source/nameannounce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nameannounce.c b/source/nameannounce.c
index c76dffda00a..ff6ee18cd12 100644
--- a/source/nameannounce.c
+++ b/source/nameannounce.c
@@ -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,
- comment);
+ name);
}
}
else