summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2024-08-16 10:32:02 +0800
committerfengweihao <[email protected]>2024-08-16 10:32:02 +0800
commitbe7368a0cce09adaf66f3697a8c2efb05f79fcff (patch)
treeaeb2afe5c49481450272784c941fcdfbd695ed48 /common
parent6dc39cc9223d809340ec9b99668dea79dd67baf8 (diff)
TSG-22199 修复tunnel调用no_logic情况下命中路径记录问题,优化Fqdn命中路径构建v4.0.26-20240816develop-3.0
Diffstat (limited to 'common')
-rw-r--r--common/src/log.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/src/log.c b/common/src/log.c
index 07b266e..7773606 100644
--- a/common/src/log.c
+++ b/common/src/log.c
@@ -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;
}