mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
Fixed wrong type of the "line" field.
The new type ngx_uint_t was supposed when formatting the line number.
This commit is contained in:
parent
535550b406
commit
eecc68ce17
@ -117,7 +117,7 @@ typedef struct {
|
||||
ngx_str_t server_name;
|
||||
|
||||
u_char *file_name;
|
||||
ngx_int_t line;
|
||||
ngx_uint_t line;
|
||||
|
||||
ngx_resolver_t *resolver;
|
||||
ngx_log_t *error_log;
|
||||
|
@ -136,7 +136,7 @@ typedef struct {
|
||||
ngx_stream_conf_ctx_t *ctx;
|
||||
|
||||
u_char *file_name;
|
||||
ngx_int_t line;
|
||||
ngx_uint_t line;
|
||||
|
||||
ngx_flag_t tcp_nodelay;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user