comparison src/mail/ngx_mail_handler.c @ 498:ef5c97e49c35 NGINX_0_7_61

nginx 0.7.61 *) Bugfix: nginx could not be built on MacOSX 10.6. the bug had appeared in 0.8.2. *) Bugfix: nginx could not be built --without-http-cache; the bug had appeared in 0.7.60. *) Bugfix: a segmentation fault occurred in worker process, if a backend 401 error was intercepted and the backend did not set the "WWW-Authenticate" response header line. Thanks to Eugene Mychlo.
author Igor Sysoev <http://sysoev.ru>
date Mon, 22 Jun 2009 00:00:00 +0400
parents 98143f74eb3d
children
comparison
equal deleted inserted replaced
497:b0914e65af8e 498:ef5c97e49c35
708 } 708 }
709 709
710 #endif 710 #endif
711 711
712 #if (NGX_STAT_STUB) 712 #if (NGX_STAT_STUB)
713 ngx_atomic_fetch_add(ngx_stat_active, -1); 713 (void) ngx_atomic_fetch_add(ngx_stat_active, -1);
714 #endif 714 #endif
715 715
716 c->destroyed = 1; 716 c->destroyed = 1;
717 717
718 pool = c->pool; 718 pool = c->pool;