aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2016-08-18 17:13:07 +0300
committerRoman Arutyunyan <arut@nginx.com>2016-08-18 17:13:07 +0300
commiteecc68ce1787a519e4cf195f12c887d7d2ba9b0a (patch)
tree1e475e66e559982476140240b39aa4932e24d1ed /src/mail/ngx_mail.h
parent535550b406b0f6db18697247c3c132ed502cdd46 (diff)
downloadnginx-eecc68ce1787a519e4cf195f12c887d7d2ba9b0a.tar.gz
nginx-eecc68ce1787a519e4cf195f12c887d7d2ba9b0a.zip
Fixed wrong type of the "line" field.
The new type ngx_uint_t was supposed when formatting the line number.
Diffstat (limited to 'src/mail/ngx_mail.h')
-rw-r--r--src/mail/ngx_mail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h
index ae1aa417a..57a987e8d 100644
--- 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;