fix(Xapi#_assertHealthyVdiChain): behave when VDI is undefined
Fixes vatesfr/xo-web#2189
This commit is contained in:
parent
024d14d529
commit
1336920a1a
@ -778,7 +778,7 @@ export default class Xapi extends XapiBase {
|
||||
}
|
||||
|
||||
_assertHealthyVdiChain (vdi) {
|
||||
if (vdi === null) {
|
||||
if (vdi != null) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user