|
From: Narasimha S. <nsh...@us...> - 2012-04-05 16:07:02
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via c482054e6ad1b071f901d5734672a94f4e947c62 (commit)
from 4699356c2c7973994aa0ad280d1a848c984d9a0f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c482054e6ad1b071f901d5734672a94f4e947c62
Author: nsharoff <nsharoff@nsharoff.(none)>
Date: Thu Apr 5 09:06:26 2012 -0700
[ 3514627 ] unsupported sfcb.cfg param - use exit call
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index 163f43b..fc26bb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-05 Narasimha Sharoff <nsh...@us...>
+
+ * control.c:
+ [ 3514627 ] unsupported sfcb.cfg param - use exit call
+
2012-04-04 Narasimha Sharoff <nsh...@us...>
* providerDrv.c, providerMgr.c, sfcBroker.c:
diff --git a/control.c b/control.c
index 3b2e7f3..3198f99 100644
--- a/control.c
+++ b/control.c
@@ -243,7 +243,7 @@ setupControl(char *fn)
if (err) {
mlogf(M_INFO, M_SHOW,
"--- Broker terminated because of previous error(s)\n");
- abort();
+ exit(1);
}
return 0;
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|