Hi Alex, Ack from my side ( review only ) , I tried to reproduce the issue, but could not.
Thank you Srinivas -----Original Message----- From: Alex Jones [mailto:[email protected]] Sent: Tuesday, October 10, 2017 4:55 PM To: Srinivas Mangipudy <[email protected]> Cc: [email protected]; Alex Jones <[email protected]> Subject: [PATCH 2/2] msg: don't create cache entry during delete operation [#2619] Fix typo. --- src/msg/common/mqsv_asapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/common/mqsv_asapi.c b/src/msg/common/mqsv_asapi.c index 8b6fb65..1d5d629 100644 --- a/src/msg/common/mqsv_asapi.c +++ b/src/msg/common/mqsv_asapi.c @@ -649,7 +649,7 @@ static uint32_t asapi_cache_update(ASAPi_OBJECT_INFO *pInfo, m_NCS_UNLOCK(&pCache->clock, NCS_LOCK_WRITE); /* Unlock the cache */ } else { /* Node deosn't exist */ - if (ASAPi_QUEUE_DEL == opr || ASAPi_GROUP_DEL) { + if (ASAPi_QUEUE_DEL == opr || ASAPi_GROUP_DEL == opr) { /* no need to add node as this is a deletion */ return rc; } -- 2.9.5 ------------------------------------------------------------------------------ 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
