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 aa690fbc3760e88ef35e48c8c0435eab177ed47c (commit)
from a4c90e9a342adf10b99f00c3dbca3aa8d955f0ab (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 aa690fbc3760e88ef35e48c8c0435eab177ed47c
Author: Michael Chase-Salerno <br...@li...>
Date: Mon May 16 18:04:44 2011 -0400
[ 3296541 ] CIM_IndicationSubscription corrupts after delilvery fails
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index 6012ab0..40d4a95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-16 Michael Chase-Salerno <br...@li...>
+
+ * indCIMXMLHandler.c
+ [ 3296541 ] CIM_IndicationSubscription corrupts after delilvery fails
+
2011-05-11 Chris Buccella <buc...@li...>
* cimRequest.c:
diff --git a/indCIMXMLHandler.c b/indCIMXMLHandler.c
index 7dcf882..360ca24 100644
--- a/indCIMXMLHandler.c
+++ b/indCIMXMLHandler.c
@@ -749,9 +749,9 @@ retryExport(void *lctx)
if (sfc == 0) {
// if the time isn't set, this is the first failure
sfc = tv.tv_sec;
- cur = cur->next;
CMSetProperty(sub, "DeliveryFailureTime", &sfc, CMPI_uint64);
CBModifyInstance(_broker, ctxLocal, cur->sub, sub, NULL);
+ cur = cur->next;
} else if (sfc + rtint < tv.tv_sec) {
// Exceeded subscription removal threshold, if action is:
// 2, delete the sub; 3, disable the sub; otherwise, nothing
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|