update previous commit

This commit is contained in:
Igor Sysoev 2008-03-24 17:17:17 +00:00
parent de8ec1efc8
commit f1c8f4471a

View File

@ -2362,7 +2362,7 @@ ngx_http_core_cmp_locations(const void *one, const void *two)
return 1;
}
return (int) rc;
return rc;
}