fix building by gcc45
This commit is contained in:
parent
ab8819282d
commit
669682f3b0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue