comparison src/http/ngx_http_core_module.c @ 194:2357fa41738a

nginx-0.0.1-2003-11-21-09:30:49 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 21 Nov 2003 06:30:49 +0000
parents 71ce40b3c37b
children 8dee38ea9117
comparison
equal deleted inserted replaced
193:dd66383796a5 194:2357fa41738a
660 660
661 if (rv != NGX_CONF_OK) { 661 if (rv != NGX_CONF_OK) {
662 return rv; 662 return rv;
663 } 663 }
664 664
665 ngx_qsort(cscf->locations.elts, cscf->locations.nelts, 665 ngx_qsort(cscf->locations.elts, (size_t) cscf->locations.nelts,
666 sizeof(void *), ngx_cmp_locations); 666 sizeof(void *), ngx_cmp_locations);
667 667
668 return rv; 668 return rv;
669 } 669 }
670 670