osaf/services/saf/amf/amfd/hlttype.cc |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)


diff --git a/osaf/services/saf/amf/amfd/hlttype.cc 
b/osaf/services/saf/amf/amfd/hlttype.cc
--- a/osaf/services/saf/amf/amfd/hlttype.cc
+++ b/osaf/services/saf/amf/amfd/hlttype.cc
@@ -33,7 +33,8 @@ static SaAisErrorT hct_ccb_completed_cb(
                rc = SA_AIS_OK;
                break;
        case CCBUTIL_MODIFY:
-               report_ccb_validation_error(opdata, "Modification of 
SaAmfHealthcheckType not supported");
+               // modifications are OK, node director re-reads type every now 
and then
+               rc = SA_AIS_OK;
                break;
        case CCBUTIL_DELETE:
                rc = SA_AIS_OK;
@@ -55,6 +56,9 @@ static void hct_ccb_apply_cb(CcbUtilOper
                break;
        case CCBUTIL_DELETE:
                break;
+       case CCBUTIL_MODIFY:
+               // values not used, no need to reinitialize type
+               break;
        default:
                osafassert(0);
                break;

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to