提交 9f69311c 编写于 作者: K Kozlov Dmitry

log-file: zero offset after log file reopen

上级 f96198bf
......@@ -335,6 +335,7 @@ static void general_reopen(void)
return;
}
log_file->new_fd = fd;
log_file->offset = 0;
}
static void free_lpd(struct log_file_pd_t *lpd)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册