osaf/services/saf/immsv/immnd/ImmModel.cc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


when the RT Object is deleted in a PBE enabled cluster which is subscribed to 
special applier,
the delete callback is not sent. with this patch the delete callback will be 
sent

diff --git a/osaf/services/saf/immsv/immnd/ImmModel.cc 
b/osaf/services/saf/immsv/immnd/ImmModel.cc
--- a/osaf/services/saf/immsv/immnd/ImmModel.cc
+++ b/osaf/services/saf/immsv/immnd/ImmModel.cc
@@ -13336,7 +13336,7 @@ SaInt32T ImmModel::pbePrtObjDeletesConti
             osafassert(oi != sObjectMap.end());
 
             if(oMut->mAfterImage->mObjFlags & IMM_RTNFY_FLAG) {
-                if(*spApplConnPtr) {
+                if(spApplConnPtr) {
                     if(oMut->mAfterImage->mObjFlags & IMM_DN_INTERNAL_REP) {
                         std::string tmpName(i2->first);
                         nameToExternal(tmpName);

------------------------------------------------------------------------------
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to