diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nameannounce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nameannounce.c b/source3/nameannounce.c index c76dffda00..ff6ee18cd1 100644 --- a/source3/nameannounce.c +++ b/source3/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 |