mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-blacklist-check-only-existing-servers-20081020
LICENSE IPL10 based on suggestion from haba@pdc.kth.se (cherry picked from commit 3ad8fba85f5b45cdd6537c3ca71717c9370cc48e)
This commit is contained in:
parent
8352443c00
commit
a456c980d0
@ -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…
x
Reference in New Issue
Block a user