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:
Roman Arutyunyan 2016-08-18 17:13:07 +03:00
parent 535550b406
commit eecc68ce17
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;