diff options
author | Roman Arutyunyan <arut@nginx.com> | 2016-08-17 11:26:51 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2016-08-17 11:26:51 +0300 |
commit | dabbf30377d422a0e40093e3f429fca352c633a1 (patch) | |
tree | 5352faa0d775f8dd21fd35dfcb01ce1fd66bd6fb /src/mail/ngx_mail.h | |
parent | eecc68ce1787a519e4cf195f12c887d7d2ba9b0a (diff) | |
download | nginx-dabbf30377d422a0e40093e3f429fca352c633a1.tar.gz nginx-dabbf30377d422a0e40093e3f429fca352c633a1.zip |
Ensure "listen" exists in a mail or stream server (ticket #1049).
Diffstat (limited to 'src/mail/ngx_mail.h')
-rw-r--r-- | src/mail/ngx_mail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h index 57a987e8d..1068bb368 100644 --- a/src/mail/ngx_mail.h +++ b/src/mail/ngx_mail.h @@ -124,6 +124,8 @@ typedef struct { /* server ctx */ ngx_mail_conf_ctx_t *ctx; + + ngx_uint_t listen; /* unsigned listen:1; */ } ngx_mail_core_srv_conf_t; |