aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-10-19 13:34:28 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-10-19 13:34:28 +0000
commite173ceabfff867065b7f76ba6741ef077b5179bc (patch)
tree752bcc88076b9d860cdb5dad6d239d45589c74d7 /src/core/ngx_connection.c
parent2962ffedf645d382005194cfd2242139aca46037 (diff)
downloadnginx-e173ceabfff867065b7f76ba6741ef077b5179bc.tar.gz
nginx-e173ceabfff867065b7f76ba6741ef077b5179bc.zip
nginx-0.3.4-RELEASE importrelease-0.3.4
*) Bugfix: nginx could not be built on Linux 2.4+ and MacOS X; the bug had appeared in 0.3.3.
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r--src/core/ngx_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c
index cac394400..94f816bff 100644
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -198,7 +198,7 @@ ngx_set_inherited_sockets(ngx_cycle_t *cycle)
continue;
}
- if (tlen < sizeof(int) || timeout == 0) {
+ if (olen < sizeof(int) || timeout == 0) {
continue;
}