提交 5d64e7ed 编写于 作者: H Hui Li

[TD-1625]

上级 2f9b68a9
...@@ -271,6 +271,8 @@ static void dnodeGetEmail(char* filepath) { ...@@ -271,6 +271,8 @@ static void dnodeGetEmail(char* filepath) {
if (taosTRead(fd, (void *)tsEmail, TSDB_FQDN_LEN) < 0) { if (taosTRead(fd, (void *)tsEmail, TSDB_FQDN_LEN) < 0) {
dError("failed to read %d bytes from file %s since %s", TSDB_FQDN_LEN, filepath, strerror(errno)); dError("failed to read %d bytes from file %s since %s", TSDB_FQDN_LEN, filepath, strerror(errno));
} }
close(fd);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册