nginx-0.3.3

Igor Sysoev is at rambler-co.ru
Wed Oct 19 17:12:52 MSD 2005


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
-------------- next part --------------
--- 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;
         }
 


More information about the nginx-ru mailing list