The message type IMMA_EVT_ND2A_PROC_STALE_CLIENTS was introduced in IMM,
but missed mention it in `void imma_proc_free_pointers()`.
---
src/imm/agent/imma_proc.cc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/imm/agent/imma_proc.cc b/src/imm/agent/imma_proc.cc
index 886b50c..ec62b98 100644
--- a/src/imm/agent/imma_proc.cc
+++ b/src/imm/agent/imma_proc.cc
@@ -1401,6 +1401,9 @@ void imma_proc_free_pointers(IMMA_CB *cb, IMMA_EVT *evt) {
case IMMA_EVT_ND2A_OI_CCB_ABORT_UC:
break;
+ case IMMA_EVT_ND2A_PROC_STALE_CLIENTS:
+ break;
+
default:
TRACE_4("Unknown event type %u", evt->type);
break;
--
1.9.1
------------------------------------------------------------------------------
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