Skip to content

Commit 72711ca

Browse files
authored
Fix typo
1 parent 9ad8d64 commit 72711ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_modsecurity_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ ngx_http_modsecurity_init(ngx_conf_t *cf)
587587
* TODO: check if hook into separated phases is the best thing to do.
588588
*
589589
*/
590-
h_access = ngx_array_push(&cmcf->phases[NGX_HTTP_CCESS_PHASE].handlers);
590+
h_access = ngx_array_push(&cmcf->phases[NGX_HTTP_ACCESS_PHASE].handlers);
591591
if (h_access == NULL)
592592
{
593593
dd("Not able to create a new NGX_HTTP_ACCESS_PHASE handle");

0 commit comments

Comments
 (0)