
renaud at nessus
Oct 16, 2006, 10:56 AM
Views: 776
Permalink
|
|
nessus-core/nessusd nessusd.c,1.243,1.244
|
|
Update of /usr/local/cvs/nessus-core/nessusd In directory raccoon.nessus.org:/tmp/cvs-serv54208 Modified Files: 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.243 retrieving revision 1.244 diff -u -d -r1.243 -r1.244 --- nessusd.c 12 Sep 2006 09:49:08 -0000 1.243 +++ nessusd.c 16 Oct 2006 17:56:13 -0000 1.244 @@ -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
|