Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
vislee committed Jul 21, 2018
1 parent ac6fd1b commit 9091746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx_http_waf_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -2316,7 +2316,7 @@ ngx_http_waf_parse_rule_str(ngx_conf_t *cf, ngx_str_t *str,
hs_error_t err;
hs_compile_error_t *error;
#else
u_char errstr[NGX_MAX_CONF_ERRSTR]
u_char errstr[NGX_MAX_CONF_ERRSTR];
ngx_regex_compile_t rc;
#endif

Expand Down

0 comments on commit 9091746

Please sign in to comment.