summaryrefslogtreecommitdiff
path: root/src/mod_evasive.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-06-16 18:25:34 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-08-27 02:16:54 -0400
commitf1e8a82f1a4370d71e2d12133545f03ec0ad104e (patch)
treefd1b002909ac2a1ad8e508c3c3d88f1d2fba4c82 /src/mod_evasive.c
parente6f286ef5f4368b8ef360c0941a928ef26ea3713 (diff)
downloadlighttpd-git-f1e8a82f1a4370d71e2d12133545f03ec0ad104e.tar.gz
[multiple] inline struct in con->dst_addr_buf
(mod_extforward recently changed to use buffer_move() to save addr instead of swapping pointers)
Diffstat (limited to 'src/mod_evasive.c')
-rw-r--r--src/mod_evasive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_evasive.c b/src/mod_evasive.c
index 89f019cc..187db818 100644
--- a/src/mod_evasive.c
+++ b/src/mod_evasive.c
@@ -147,7 +147,7 @@ URIHANDLER_FUNC(mod_evasive_uri_handler) {
if (!p->conf.silent) {
log_error(r->conf.errh, __FILE__, __LINE__,
"%s turned away. Too many connections.",
- r->con->dst_addr_buf->ptr);
+ r->con->dst_addr_buf.ptr);
}
if (p->conf.location) {