Ticket #516: 0016-Fix-RoundRobing-in-mod_proxy-516.patch
| File 0016-Fix-RoundRobing-in-mod_proxy-516.patch, 0.7 kB (added by stbuehler, 5 months ago) |
|---|
-
a/src/mod_proxy.c
old new 1205 1205 } 1206 1206 1207 1207 /* didn't found a higher id, wrap to the start */ 1208 if (ndx != -1 && max_usage != INT_MAX) {1208 if (ndx == -1 && max_usage != INT_MAX) { 1209 1209 ndx = max_usage; 1210 1210 } 1211 1211

