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 88484a71630c60f380242a00e44d4655848f4478 (commit)
from 12d4de225330e2394331dc6ced4b1b10bb2e0db5 (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 88484a71630c60f380242a00e44d4655848f4478
Author: Dave Heller <hel...@us...>
Date: Sun Jan 5 14:31:23 2014 -0500
[sfcb-tix:#95] Do not release pthread lock prior to stopBroker() exit
-----------------------------------------------------------------------
Summary of changes:
sfcBroker.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sfcBroker.c b/sfcBroker.c
index 49204a1..a71dc32 100644
--- a/sfcBroker.c
+++ b/sfcBroker.c
@@ -281,7 +281,7 @@ stopBroker(void *p)
closeLogging(1);
free((void *)sfcBrokerStart);
- pthread_mutex_unlock(&syncMtx);
+// pthread_mutex_unlock(&syncMtx); /* [sfcb#95] */
unloadHostnameLib();
hooks/post-receive
--
sfcb - Small Footprint CIM Broker
|