From 527de98b0bd5aa0339ba479d98263392a39658ba Mon Sep 17 00:00:00 2001 From: Tom Sommer Date: Thu, 11 Dec 2025 11:34:09 +0100 Subject: [PATCH] Remove not needed code fragment --- src/ngx_http_modsecurity_access.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ngx_http_modsecurity_access.c b/src/ngx_http_modsecurity_access.c index effa8a91..47175e45 100644 --- a/src/ngx_http_modsecurity_access.c +++ b/src/ngx_http_modsecurity_access.c @@ -299,10 +299,6 @@ ngx_http_modsecurity_access_handler(ngx_http_request_t *r) } */ - ctx = ngx_http_modsecurity_get_module_ctx(r); - - dd("recovering ctx: %p", ctx); - if (ctx == NULL) { dd("ctx is null; Nothing we can do, returning an error.");