osaf/services/saf/immsv/immnd/immnd_evt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Don't send ND2ND_ADMOP_RSP message when OI and OM client are on the same node.
diff --git a/osaf/services/saf/immsv/immnd/immnd_evt.c
b/osaf/services/saf/immsv/immnd/immnd_evt.c
--- a/osaf/services/saf/immsv/immnd/immnd_evt.c
+++ b/osaf/services/saf/immsv/immnd/immnd_evt.c
@@ -4999,7 +4999,7 @@ static uint32_t immnd_evt_proc_admop_rsp
if (rc != NCSCC_RC_SUCCESS) {
LOG_ER("Failure in sending reply for admin-op over
MDS");
}
- } else if (reply_dest) {
+ } else if (reply_dest && reply_dest != (SaUint64T) cb->immnd_mdest_id) {
/*Forward reply to relevant ND. */
send_evt.type = IMMSV_EVT_TYPE_IMMND;
if(evt->info.admOpRsp.parms) {
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel