[Autosec-devel] sonar/src util.c,1.30,1.31
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-06-09 01:07:54
|
Update of /cvsroot/autosec/sonar/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23968/src Modified Files: util.c Log Message: Various little twiddles. Also, fixed a massive segfault bug. Index: util.c =================================================================== RCS file: /cvsroot/autosec/sonar/src/util.c,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** util.c 19 May 2004 08:17:25 -0000 1.30 --- util.c 9 Jun 2004 01:07:44 -0000 1.31 *************** *** 144,151 **** --- 144,154 ---- abort(); break; + default: + goto helives; } /* plugin_killall(); */ exit(0); + helives: } |