Fixed bug found by Bernhard Laeser where we are announcing to the wrong
authorJeremy Allison <jra@samba.org>
Tue, 20 Jan 1998 04:58:41 +0000 (04:58 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 20 Jan 1998 04:58:41 +0000 (04:58 +0000)
DMB name.
Jeremy.
(This used to be commit 6b3d4620c128fe1f77f579a451eac7f41a83064f)

source3/nmbd/nmbd_browsesync.c

index e4231e6017575afb93e2495d3d6aecc025b1d3dc..3ee85a475840f9e932cefb731b7d5658c64e9499 100644 (file)
@@ -252,7 +252,7 @@ Do not announce to ourselves.\n", work->work_group ));
 to %s for workgroup %s.\n", namestr(&work->dmb_name), work->work_group ));
 
   send_mailslot(True, BROWSE_MAILSLOT, outbuf,PTR_DIFF(p,outbuf),
-          myname, 0x0, work->dmb_name.name, 0x20, work->dmb_addr, FIRST_SUBNET->myip);
+          myname, 0x0, work->dmb_name.name, 0x0, work->dmb_addr, FIRST_SUBNET->myip);
 
 }