修改获取流标签读取配置文件获取的默认值
This commit is contained in:
@@ -2434,7 +2434,7 @@ extern "C" int kni_init(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
//register customer for share session attribute
|
//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);
|
g_kni_handle->session_attribute_id = project_customer_register(label_buff, PROJECT_VAL_TYPE_STRUCT);
|
||||||
if(g_kni_handle->session_attribute_id < 0)
|
if(g_kni_handle->session_attribute_id < 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user