修改获取流标签读取配置文件获取的默认值

This commit is contained in:
fumingwei
2020-09-27 14:38:13 +08:00
parent 69b50d7586
commit 056d472b2d

View File

@@ -2434,7 +2434,7 @@ extern "C" int kni_init(){
}
//register customer for share session attribute
MESA_load_profile_string_def(profile, "share_session_attribute", "SESSION_ATTRIBUTE_LABEL", label_buff, sizeof(label_buff), "POLICY_PRIORITY");
MESA_load_profile_string_def(profile, "share_session_attribute", "SESSION_ATTRIBUTE_LABEL", label_buff, sizeof(label_buff), "TSG_MASTER_INTERNAL_LABEL");
g_kni_handle->session_attribute_id = project_customer_register(label_buff, PROJECT_VAL_TYPE_STRUCT);
if(g_kni_handle->session_attribute_id < 0)
{