mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
blacklist-check-only-existing-servers-20081020
LICENSE IPL10 based on suggestion from haba@pdc.kth.se
This commit is contained in:
parent
7366eb3d46
commit
3ad8fba85f
@ -264,7 +264,7 @@ afs_BlackListOnce(struct vrequest *areq, struct VenusFid *afid,
|
||||
}
|
||||
}
|
||||
for (i = 0; i < MAXHOSTS; i++) {
|
||||
if (areq->skipserver[i] == 0) {
|
||||
if (tvp->serverHost[i] && areq->skipserver[i] == 0) {
|
||||
serversleft = 1;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user