comparison src/http/ngx_http.c @ 104:7db96f59bc29

nginx-0.0.1-2003-06-12-09:54:39 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 12 Jun 2003 05:54:39 +0000
parents 6dfda4cf5200
children 152567c11325
comparison
equal deleted inserted replaced
103:6dfda4cf5200 104:7db96f59bc29
511 511
512 ls->servers = inport; 512 ls->servers = inport;
513 513
514 /* prepare for the next cycle */ 514 /* prepare for the next cycle */
515 515
516 (char *) in_port[p].addrs.elts += in_port[p].addrs.size; 516 in_port[p].addrs.elts = (char *) in_port[p].addrs.elts
517 + in_port[p].addrs.size;
517 in_port[p].addrs.nelts--; 518 in_port[p].addrs.nelts--;
518 519
519 in_addr = (ngx_http_in_addr_t *) in_port[p].addrs.elts; 520 in_addr = (ngx_http_in_addr_t *) in_port[p].addrs.elts;
520 a = 0; 521 a = 0;
521 522