fix(xen-api/connect): always pass params to _transporCall
This commit is contained in:
parent
c728eeaffa
commit
468a2c5bf3
@ -427,7 +427,7 @@ export class Xapi extends EventEmitter {
|
||||
|
||||
try {
|
||||
const [methods, sessionId] = await Promise.all([
|
||||
this._transportCall('system.listMethods'),
|
||||
this._transportCall('system.listMethods', []),
|
||||
this._transportCall('session.login_with_password', [
|
||||
auth.user,
|
||||
auth.password,
|
||||
|
Loading…
Reference in New Issue
Block a user