aboutsummaryrefslogtreecommitdiff
path: root/src/binlog.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-11 14:04:32 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-11 14:38:21 +0300
commit791cdf412f5fb66a056aa28b27507fdc9af86507 (patch)
tree9e6c4af696424ea72b51d0b8d9c8cf85c8b43856 /src/binlog.c
parentdf83b714395d41b096f7ad8cc3a090c9341f7598 (diff)
downloadvmod-binlog-791cdf412f5fb66a056aa28b27507fdc9af86507.tar.gz
vmod-binlog-791cdf412f5fb66a056aa28b27507fdc9af86507.tar.bz2
Add testsuite.
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
@@ -452,7 +452,7 @@ vmod_append(struct sess *sp, struct vmod_priv *priv, int nid, int aid)
452 return; 452 return;
453 453
454 ts = time(NULL); 454 ts = time(NULL);
455 455
456 if (ts >= conf->stoptime) { 456 if (ts >= conf->stoptime) {
457 AZ(pthread_mutex_lock(&conf->mutex)); 457 AZ(pthread_mutex_lock(&conf->mutex));
458 closefile(sp, conf); 458 closefile(sp, conf);

Return to:

Send suggestions and report system problems to the System administrator.