Re: [PATCH] remoteOpenConn: Pass correct variable to virConnectSetIdentity()

2022-05-19 Thread Erik Skultety
On Thu, May 19, 2022 at 10:00:26AM +0200, Michal Privoznik wrote: > The remoteOpenConn() function was refactored recently. As a part > of that new variable @newconn was introduced which holds > virConnect object as it's being gradually constructed throughout > the function. At the very end, when ev

[PATCH] remoteOpenConn: Pass correct variable to virConnectSetIdentity()

2022-05-19 Thread Michal Privoznik
The remoteOpenConn() function was refactored recently. As a part of that new variable @newconn was introduced which holds virConnect object as it's being gradually constructed throughout the function. At the very end, when everything succeeded the variable is stolen into passed @conn. However, ther