Update of /cvsroot/sblim/sfcb
In directory vz-cvs-3.sog:/tmp/cvs-serv13662
Modified Files:
control.c
Log Message:
[ 3514627 ] unsupported sfcb.cfg param - use exit call
Index: control.c
===================================================================
RCS file: /cvsroot/sblim/sfcb/control.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- control.c 30 Mar 2012 17:56:41 -0000 1.43
+++ control.c 9 Apr 2012 21:20:57 -0000 1.44
@@ -233,7 +233,7 @@
if (err) {
mlogf(M_INFO,M_SHOW,"--- Broker terminated because of previous error(s)\n");
- abort();
+ exit(1);
}
return 0;
|