Update xen-servers.js

This commit is contained in:
Julien Fontanet 2018-11-27 10:23:46 +01:00 committed by GitHub
parent 197768875b
commit 76c5ced1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -371,7 +371,7 @@ export default class {
delete this._xapis[id]
const { pool } = xapi
if (pool !== null) {
if (pool != null) {
delete this._xapisByPool[pool.$id]
}