mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06: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:
@@ -128,7 +128,7 @@ struct ngx_conf_s {
|
||||
ngx_uint_t cmd_type;
|
||||
|
||||
ngx_conf_handler_pt handler;
|
||||
char *handler_conf;
|
||||
void *handler_conf;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user