From 8c6fe8870a72271a6acd1633efc362c59e283e19 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 8 Jun 1998 19:09:47 +0000 Subject: Added code to add the Samba names onto the remote_broadcast subnet, as NT 4.x does directed broadcast node status requests for the *<0x0> name. Jeremy. --- source/nmbd/nmbd_namelistdb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/nmbd/nmbd_namelistdb.c') diff --git a/source/nmbd/nmbd_namelistdb.c b/source/nmbd/nmbd_namelistdb.c index 07d026e051e..897505ca2be 100644 --- a/source/nmbd/nmbd_namelistdb.c +++ b/source/nmbd/nmbd_namelistdb.c @@ -445,7 +445,8 @@ void add_samba_names_to_subnet(struct subnet_record *subrec) /* These names are added permanently (ttl of zero) and will NOT be refreshed. */ - if((subrec == unicast_subnet) || (subrec == wins_server_subnet)) + if((subrec == unicast_subnet) || (subrec == wins_server_subnet) || + (subrec == remote_broadcast_subnet) ) { struct subnet_record *bcast_subrecs; int i; -- cgit v1.2.1