Re: [libvirt] [PATCH 03/21] remote_driver: introduce virRemoteClientNew

2015-12-14 Thread John Ferlan
On 11/18/2015 01:13 PM, Pavel Boldin wrote: > Move common code to a function. > > Signed-off-by: Pavel Boldin > --- > src/remote/remote_driver.c | 48 > +++--- > 1 file changed, 28 insertions(+), 20 deletions(-) > ACK - this

[libvirt] [PATCH 03/21] remote_driver: introduce virRemoteClientNew

2015-11-18 Thread Pavel Boldin
Move common code to a function. Signed-off-by: Pavel Boldin --- src/remote/remote_driver.c | 48 +++--- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index