bre: Don't loop if we try to access an invalid plex type. This is
typically the case when the expurgated version of Vinum tries to access a RAID-5 plex.
This commit is contained in:
parent
c9b0944731
commit
b53adf6b1c
@ -592,6 +592,7 @@ bre(struct request *rq,
|
||||
|
||||
default:
|
||||
log(LOG_ERR, "vinum: invalid plex type %d in bre\n", plex->organization);
|
||||
status = REQUEST_DOWN; /* can't access it */
|
||||
}
|
||||
|
||||
return status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user