Project

General

Profile

Bug #516 ยป 0016-Fix-RoundRobing-in-mod_proxy-516.patch

stbuehler, 2008-02-20 17:18

View differences:

src/mod_proxy.c
}
/* didn't found a higher id, wrap to the start */
if (ndx != -1 && max_usage != INT_MAX) {
if (ndx == -1 && max_usage != INT_MAX) {
ndx = max_usage;
}
    (1-1/1)