
renaud at nessus
Oct 16, 2006, 10:55 AM
Post #1 of 1
(612 views)
Permalink
|
|
nessus-core/nessusd nessusd.c,1.236.2.6,1.236.2.7
|
|
Update of /usr/local/cvs/nessus-core/nessusd In directory raccoon.nessus.org:/tmp/cvs-serv54118 Modified Files: Tag: NESSUS_2_2 nessusd.c Log Message: avoid waiting for nonexistant children Index: nessusd.c =================================================================== RCS file: /usr/local/cvs/nessus-core/nessusd/nessusd.c,v retrieving revision 1.236.2.6 retrieving revision 1.236.2.7 diff -u -d -r1.236.2.6 -r1.236.2.7 --- nessusd.c 30 Jan 2006 20:56:55 -0000 1.236.2.6 +++ nessusd.c 16 Oct 2006 17:55:54 -0000 1.236.2.7 @@ -765,7 +765,6 @@ if(restart != 0) restart_nessusd(); - wait_for_children1(); /* prevent from an io table overflow attack against nessus */ if (asciiaddr != 0) { time_t now = time (0); _______________________________________________ Nessus-cvs mailing list Nessus-cvs [at] list http://mail.nessus.org/mailman/listinfo/nessus-cvs
|