summaryrefslogtreecommitdiff
path: root/entry
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2020-09-27 14:38:13 +0800
committerfumingwei <[email protected]>2020-09-27 14:38:13 +0800
commit056d472b2d8f79734b4b1e450eefc755162bf852 (patch)
treef608075f231f6a3833fc5aa9524a2a33d48caeea /entry
parent69b50d75868f67bab035e4f591f5010dda1b48c1 (diff)
修改获取流标签读取配置文件获取的默认值
Diffstat (limited to 'entry')
-rw-r--r--entry/src/kni_entry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/entry/src/kni_entry.cpp b/entry/src/kni_entry.cpp
index da42208..fb0066a 100644
--- a/entry/src/kni_entry.cpp
+++ b/entry/src/kni_entry.cpp
@@ -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)
{