| 255 | if (ringbuffer_files > 0) { |
| 256 | if (!lfi->ftimes) { |
| 257 | lfi->ftimes = (struct logfile_id*)calloc(ringbuffer_files, |
| 258 | sizeof(struct logfile_id)); |
| 259 | } |
| 260 | /* We need to rotate away an existing file. */ |
nothing calls this directly
no outgoing calls
no test coverage detected