comparison src/http/ngx_http.c @ 539:5f4de8cf0d9d

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 Sep 2009 03:43:40 +0400
parents 0161f3197817
children 1dcf6adad484
comparison
equal deleted inserted replaced
522:40fd8d7b82f9 539:5f4de8cf0d9d
1599 ngx_hash_key_t *first, *second; 1599 ngx_hash_key_t *first, *second;
1600 1600
1601 first = (ngx_hash_key_t *) one; 1601 first = (ngx_hash_key_t *) one;
1602 second = (ngx_hash_key_t *) two; 1602 second = (ngx_hash_key_t *) two;
1603 1603
1604 return ngx_strcmp(first->key.data, second->key.data); 1604 return ngx_dns_strcmp(first->key.data, second->key.data);
1605 } 1605 }
1606 1606
1607 1607
1608 static ngx_int_t 1608 static ngx_int_t
1609 ngx_http_init_listening(ngx_conf_t *cf, ngx_http_conf_port_t *port) 1609 ngx_http_init_listening(ngx_conf_t *cf, ngx_http_conf_port_t *port)