mirror of https://github.com/nginx/nginx
parent
8232053651
commit
cba1137020
|
@ -446,7 +446,7 @@ ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||
return NGX_CONF_ERROR;
|
||||
}
|
||||
|
||||
*code = (uintptr_t) NULL;
|
||||
*code = NULL;
|
||||
}
|
||||
|
||||
regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
|
||||
|
|
Loading…
Reference in New Issue