diff src/mail/ngx_mail.h @ 6656:a2f57dfa65a9

Fixed wrong type of the "line" field. The new type ngx_uint_t was supposed when formatting the line number.
author Roman Arutyunyan <arut@nginx.com>
date Thu, 18 Aug 2016 17:13:07 +0300
parents c90cf79d0e1d
children 3d5202c71f94
line wrap: on
line diff
--- a/src/mail/ngx_mail.h
+++ b/src/mail/ngx_mail.h
@@ -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;