Fixed wrong type of the "line" field. The new type ngx_uint_t was supposed when formatting the line number.
Roman Arutyunyan
5 years ago
2 changed file(s) with
2 addition(s)
and
2 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/mail/ngx_mail.h
less
more
116
116
ngx_str_t server_name;
117
117
118
118
u_char *file_name;
119
ngx_int_t line;
119
ngx_uint_t line;
120
120
121
121
ngx_resolver_t *resolver;
122
122
ngx_log_t *error_log;
+1
-1
src/stream/ngx_stream.h
less
more
135
135
ngx_stream_conf_ctx_t *ctx;
136
136
137
137
u_char *file_name;
138
ngx_int_t line;
138
ngx_uint_t line;
139
139
140
140
ngx_flag_t tcp_nodelay;
141
141