fix copy/paste error

remotes/origin/3.3+ngcp2.7
Richard Fuchs 14 years ago
parent 72ed5a0da5
commit 0e0aa63319

@ -206,7 +206,7 @@ static int peers_cmp(const void *aa, const void *bb) {
return 1;
if (a->cost > b->cost)
return -1;
if (a->weight < b->cost)
if (a->weight < b->weight)
return 1;
return -1;
}

Loading…
Cancel
Save