Details
-
Bug
-
Resolution: Fixed
-
Critical
-
6.6.1, 6.6.2, 6.6.3, 6.6.4, 6.6.5, 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.0.4, 7.1.0, 7.1.1
-
Untriaged
-
1
-
Unknown
Description
void AuditFile::close_and_rotate_log() {
|
120 cb_assert(file);
|
121 file.reset();
|
122 if (current_size == 0) {
|
123 remove(open_file_name.c_str());
|
124 return;
|
125 }
|