mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
fix building by gcc45
This commit is contained in:
parent
5d4b802370
commit
4ae43f965d
@ -446,7 +446,7 @@ ngx_http_rewrite(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||||||
return NGX_CONF_ERROR;
|
return NGX_CONF_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
*code = (uintptr_t) NULL;
|
*code = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
|
regex->next = (u_char *) lcf->codes->elts + lcf->codes->nelts
|
||||||
|
Loading…
Reference in New Issue
Block a user