Index: nmbd/nmbd_lmhosts.c =================================================================== RCS file: /space/vl/cvstree/samba/source/nmbd/nmbd_lmhosts.c,v retrieving revision 1.9 diff -u -r1.9 nmbd_lmhosts.c --- nmbd/nmbd_lmhosts.c 30 Jan 2002 06:08:22 -0000 1.9 +++ nmbd/nmbd_lmhosts.c 27 Apr 2003 13:42:42 -0000 @@ -69,6 +69,7 @@ /* Add the given name type to the subnet namelist. */ (void)add_name_to_subnet(subrec,name,name_type,(uint16)NB_ACTIVE,PERMANENT_TTL,source,1,&ipaddr); } + (void)add_name_to_subnet(wins_server_subnet,name,name_type,(uint16)NB_ACTIVE,PERMANENT_TTL,source,1,&ipaddr); } endlmhosts(fp);