Fix this._sessionId.

This commit is contained in:
Julien Fontanet 2015-04-20 15:18:48 +02:00
parent 61631e405b
commit 58cf611497

View File

@ -233,7 +233,7 @@ export class Xapi extends EventEmitter {
// Try to login again.
debug('%s: the session has been reinitialized', this._humanId)
this._sessionId = null
this._sessionId = notConnectedPromise
return this._sessionCall(method, args)
})