It is normal for msg_id to be non-zero when roaming SC is enabled.
There is no need to assert.
---
src/amf/amfnd/di.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/amf/amfnd/di.cc b/src/amf/amfnd/di.cc
index cb0847098..e755b7435 100644
--- a/src/amf/amfnd/di.cc
+++ b/src/amf/amfnd/di.cc
@@ -1470,8 +1470,7 @@ void avnd_diq_rec_send_buffered_msg(AVND_CB *cb) {
.raw);
++iter;
} else {
- // no other messages should be buffered
- osafassert(false);
+ ++iter;
}
}
--
2.11.0
------------------------------------------------------------------------------
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