diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2019-11-26 02:13:05 -0500 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2020-07-08 19:54:28 -0400 |
commit | 50bdb55de804953378171cd1caf82bef27ec6cab (patch) | |
tree | 7246396bcd91e110122f6bf98c47a651c188a395 /src/mod_rrdtool.c | |
parent | 0fcd51438dc663dc1bebf54404e94128924687dd (diff) | |
download | lighttpd-git-50bdb55de804953378171cd1caf82bef27ec6cab.tar.gz |
[multiple] connection hooks no longer get (srv *)
(explicit (server *) not passed; available in con->srv)
Diffstat (limited to 'src/mod_rrdtool.c')
-rw-r--r-- | src/mod_rrdtool.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_rrdtool.c b/src/mod_rrdtool.c index 3f68779c..ab352f7a 100644 --- a/src/mod_rrdtool.c +++ b/src/mod_rrdtool.c @@ -427,7 +427,6 @@ REQUESTDONE_FUNC(mod_rrd_account) { rrd->bytes_written += con->bytes_written; rrd->bytes_read += con->bytes_read; - UNUSED(srv); return HANDLER_GO_ON; } |