Welcome! Log In Create A New Profile

Advanced

[nginx] Fixed type of ngx_conf_t.handler_conf.

October 12, 2017 05:34PM
details: http://hg.nginx.org/nginx/rev/dc3b3cfd5d23
branches:
changeset: 7133:dc3b3cfd5d23
user: Ruslan Ermilov <ru@nginx.com>
date: Fri Oct 13 00:32:26 2017 +0300
description:
Fixed type of ngx_conf_t.handler_conf.

The type should have been changed in c9b243802a17 along with
changing ngx_conf_handler_pt.

diffstat:

src/core/ngx_conf_file.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 8076ba459f05 -r dc3b3cfd5d23 src/core/ngx_conf_file.h
--- a/src/core/ngx_conf_file.h Wed Oct 11 15:43:50 2017 -0700
+++ b/src/core/ngx_conf_file.h Fri Oct 13 00:32:26 2017 +0300
@@ -128,7 +128,7 @@ struct ngx_conf_s {
ngx_uint_t cmd_type;

ngx_conf_handler_pt handler;
- char *handler_conf;
+ void *handler_conf;
};


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Fixed type of ngx_conf_t.handler_conf.

ru@nginx.com 611 October 12, 2017 05:34PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 321
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready