mirror of
https://github.com/nginx/nginx.git
synced 2026-09-03 20:53:04 -05: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:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user