
renaud at nessus
May 11, 2006, 7:51 AM
Views: 657
Permalink
|
|
nessus-libraries/libhosts_gatherer hg_subnet.c,1.6,1.6.4.1
|
|
Update of /usr/local/cvs/nessus-libraries/libhosts_gatherer In directory raccoon.nessus.org:/tmp/cvs-serv6374 Modified Files: Tag: NESSUS_2_2 hg_subnet.c Log Message: bug#1467 Index: hg_subnet.c =================================================================== RCS file: /usr/local/cvs/nessus-libraries/libhosts_gatherer/hg_subnet.c,v retrieving revision 1.6 retrieving revision 1.6.4.1 diff -u -d -r1.6 -r1.6.4.1 --- hg_subnet.c 7 Apr 2003 02:10:02 -0000 1.6 +++ hg_subnet.c 11 May 2006 14:51:34 -0000 1.6.4.1 @@ -92,6 +92,8 @@ if(netmask != 31) ret.s_addr-=2; /* skip the broadcast */ + else + ret.s_addr-=1; /* skip the broadcast */ ret.s_addr = htonl(ret.s_addr); return(ret); _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|