ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nginx-0.3.3



On Wed, 19 Oct 2005, Leonid Novikov wrote:

oops. i did it again

IS> Изменения в nginx 0.3.3

src/core/ngx_connection.c: In function ЪЪngx_set_inherited_socketsЪЪ:
src/core/ngx_connection.c:201: error: ЪЪtlenЪЪ undeclared (first use in this
function)
src/core/ngx_connection.c:201: error: (Each undeclared identifier is reported
only once
src/core/ngx_connection.c:201: error: for each function it appears in.)

Патч. Эта ошибка будет на всех современных Линуксах.


Игорь Сысоев
http://sysoev.ru
--- src/core/ngx_connection.c   Tue Oct 18 17:54:07 2005
+++ src/core/ngx_connection.c   Wed Oct 19 17:11:05 2005
@@ -198,7 +198,7 @@
             continue;
         }
 
-        if (tlen < sizeof(int) || timeout == 0) {
+        if (olen < sizeof(int) || timeout == 0) {
             continue;
         }
 


 




Copyright © Lexa Software, 1996-2009.