comparison src/mail/ngx_mail_smtp_handler.c @ 542:2b9e388c61f1 NGINX_0_8_23

nginx 0.8.23 *) Security: now SSL/TLS renegotiation is disabled. Thanks to Maxim Dounin. *) Bugfix: listen unix domain socket did not inherit while online upgrade. *) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive did not without yet another directive with any IP address. *) Bugfix: segmentation fault and infinite looping in resolver. *) Bugfix: in resolver. Thanks to Artem Bokhan.
author Igor Sysoev <http://sysoev.ru>
date Wed, 11 Nov 2009 00:00:00 +0300
parents 98143f74eb3d
children 8246d8a2c2be
comparison
equal deleted inserted replaced
541:8da5668048b4 542:2b9e388c61f1
189 s = ctx->data; 189 s = ctx->data;
190 c = s->connection; 190 c = s->connection;
191 191
192 if (ctx->state) { 192 if (ctx->state) {
193 ngx_log_error(NGX_LOG_ERR, c->log, 0, 193 ngx_log_error(NGX_LOG_ERR, c->log, 0,
194 "%V could not be resolved (%i: %s)", 194 "\"%V\" could not be resolved (%i: %s)",
195 &ctx->name, ctx->state, 195 &ctx->name, ctx->state,
196 ngx_resolver_strerror(ctx->state)); 196 ngx_resolver_strerror(ctx->state));
197 197
198 if (ctx->state == NGX_RESOLVE_NXDOMAIN) { 198 if (ctx->state == NGX_RESOLVE_NXDOMAIN) {
199 s->host = smtp_unavailable; 199 s->host = smtp_unavailable;