diff options
Diffstat (limited to 'accel-pptpd/logs')
-rw-r--r-- | accel-pptpd/logs/log_file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/logs/log_file.c b/accel-pptpd/logs/log_file.c index ad0a2874..7287f5b9 100644 --- a/accel-pptpd/logs/log_file.c +++ b/accel-pptpd/logs/log_file.c @@ -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) |