Minor fix on pool merge.
This commit is contained in:
parent
4678f60adf
commit
6055ac182b
@ -905,9 +905,9 @@ export default class Xo extends EventEmitter {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
const {objects} = sourceXapi
|
const {objects} = sourceXapi
|
||||||
|
|
||||||
objects.add('add', this._onXenAdd)
|
objects.on('add', this._onXenAdd)
|
||||||
objects.add('update', this._onXenAdd)
|
objects.on('update', this._onXenAdd)
|
||||||
objects.add('remove', this._onXenRemove)
|
objects.on('remove', this._onXenRemove)
|
||||||
|
|
||||||
this._onXenAdd(objects.all)
|
this._onXenAdd(objects.all)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user