TSG-14586 策略验证异常重启

This commit is contained in:
fengweihao
2023-04-07 14:42:54 +08:00
parent 57e21ab6d0
commit 871c28af41
2 changed files with 11 additions and 11 deletions

View File

@@ -395,8 +395,7 @@ cJSON *get_query_from_request(const char *data, int thread_id)
{
verify_policy->vsys_id = item->valueint;
}
mesa_runtime_log(RLOG_LV_DEBUG, "[I] vsysId= %d", verify_policy->vsys_id);
mesa_runtime_log(RLOG_LV_DEBUG, " [I] vsysId= %d", verify_policy->vsys_id);
item = cJSON_GetObjectItem(subitem,"verifySession");
if(item == NULL || item->type!=cJSON_Object)
{