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

Reply via email to