TSG-22199 修复tunnel调用no_logic情况下命中路径记录问题,优化Fqdn命中路径构建
This commit is contained in:
@@ -135,12 +135,6 @@ static int log_create_path(const char *file_path)
|
||||
}
|
||||
}
|
||||
|
||||
FILE *fp = fopen(file_path, "w");
|
||||
if (NULL == fp) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user