diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2016-03-30 11:52:16 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2016-03-30 11:52:16 +0300 |
| commit | 7ad57da59821294255610545b2b5ce07e74124a5 (patch) | |
| tree | 91bb44ad5950b703d0f49a8744f0b9b08cf29f11 /src/mail/ngx_mail_ssl_module.c | |
| parent | dfbc51a8cc850154fe8839408f32c7e322f5cdf0 (diff) | |
| download | nginx-7ad57da59821294255610545b2b5ce07e74124a5.tar.gz nginx-7ad57da59821294255610545b2b5ce07e74124a5.tar.bz2 | |
Style.
Diffstat (limited to 'src/mail/ngx_mail_ssl_module.c')
| -rw-r--r-- | src/mail/ngx_mail_ssl_module.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mail/ngx_mail_ssl_module.c b/src/mail/ngx_mail_ssl_module.c index 1075410da..971085c1a 100644 --- a/src/mail/ngx_mail_ssl_module.c +++ b/src/mail/ngx_mail_ssl_module.c @@ -312,13 +312,13 @@ ngx_mail_ssl_merge_conf(ngx_conf_t *cf, void *parent, void *child) conf->ssl.log = cf->log; if (conf->enable) { - mode = "ssl"; + mode = "ssl"; } else if (conf->starttls != NGX_MAIL_STARTTLS_OFF) { - mode = "starttls"; + mode = "starttls"; } else { - mode = ""; + mode = ""; } if (conf->file == NULL) { |
