mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Fixed type of ngx_conf_t.handler_conf.
The type should have been changed in c9b243802a17 along with changing ngx_conf_handler_pt.
This commit is contained in:
parent
5fee8f76b5
commit
77c7875a7b
@ -128,7 +128,7 @@ struct ngx_conf_s {
|
|||||||
ngx_uint_t cmd_type;
|
ngx_uint_t cmd_type;
|
||||||
|
|
||||||
ngx_conf_handler_pt handler;
|
ngx_conf_handler_pt handler;
|
||||||
char *handler_conf;
|
void *handler_conf;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user