comparison src/http/ngx_http.c @ 92:19cc647ecd91

nginx-0.0.1-2003-05-20-19:37:55 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 20 May 2003 15:37:55 +0000
parents 637625a2acdb
children b48066122884
comparison
equal deleted inserted replaced
91:637625a2acdb 92:19cc647ecd91
498 498
499 ls->servers = inport; 499 ls->servers = inport;
500 500
501 /* prepare for the next cycle */ 501 /* prepare for the next cycle */
502 502
503 in_port[p].addrs.elts += in_port[p].addrs.size; 503 (char *) in_port[p].addrs.elts += in_port[p].addrs.size;
504 in_port[p].addrs.nelts--; 504 in_port[p].addrs.nelts--;
505 505
506 in_addr = (ngx_http_in_addr_t *) in_port[p].addrs.elts; 506 in_addr = (ngx_http_in_addr_t *) in_port[p].addrs.elts;
507 a = 0; 507 a = 0;
508 508