Add exit flag for csi attribute change message in encoding/decoding amf message.
---
 src/amf/common/d2nedu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amf/common/d2nedu.c b/src/amf/common/d2nedu.c
index e7c1006cf..1c6dc528b 100644
--- a/src/amf/common/d2nedu.c
+++ b/src/amf/common/d2nedu.c
@@ -553,7 +553,7 @@ uint32_t avsv_edp_dnd_msg(EDU_HDL *hdl, EDU_TKN *edu_tkn, 
NCSCONTEXT ptr,
             (long)&((AVSV_DND_MSG *)0)
                 ->msg_info.d2n_compcsi_assign_msg_info.csi_name,
             0, NULL},
-           {EDU_EXEC, avsv_edp_csi_attr_info, 0, 0, 0,
+           {EDU_EXEC, avsv_edp_csi_attr_info, 0, 0, EDU_EXIT,
             (long)&((AVSV_DND_MSG *)0)
                 ->msg_info.d2n_compcsi_assign_msg_info.info.attrs,
             0, NULL},
-- 
2.17.1



_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to