ack for code review. Thanks, Minh On 28/08/17 12:55, Gary Lee wrote:
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; } }
------------------------------------------------------------------------------ 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
