aboutsummaryrefslogtreecommitdiff
path: root/src/binlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/binlog.c')
-rw-r--r--src/binlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binlog.c b/src/binlog.c
index f896803..be32e10 100644
--- a/src/binlog.c
+++ b/src/binlog.c
@@ -449,13 +449,13 @@ vmod_append(struct sess *sp, struct vmod_priv *priv, int nid, int aid)
time_t ts;
if (!conf)
return;
ts = time(NULL);
-
+
if (ts >= conf->stoptime) {
AZ(pthread_mutex_lock(&conf->mutex));
closefile(sp, conf);
newfile(sp, conf);
AZ(pthread_mutex_unlock(&conf->mutex));
}

Return to:

Send suggestions and report system problems to the System administrator.