Browse Source

Choose best proxy when there is any adequately sized subproxy matching the current one

master
Con Kolivas 10 years ago
parent
commit
992fd54b9d
  1. 2
      src/stratifier.c

2
src/stratifier.c

@ -2565,7 +2565,7 @@ static sdata_t *select_sdata(const ckpool_t *ckp, sdata_t *ckp_sdata)
best_id = best->id;
best_lowid = best->low_id;
best_subid = best->subid;
if (best == current)
if (proxy == current)
break;
}
}

Loading…
Cancel
Save