Re: [libvirt] [PATCH 04/14] secret: Remove local virSecretPtr 'secret'

2016-02-26 Thread Daniel P. Berrange
On Thu, Feb 25, 2016 at 09:03:08AM -0500, John Ferlan wrote: > Remove the need for the local 'secret' in secretConnectListAllSecrets. > A subsequent patch will rename the ObjPtr entry to secret. > > Signed-off-by: John Ferlan > --- > src/secret/secret_driver.c | 11

[libvirt] [PATCH 04/14] secret: Remove local virSecretPtr 'secret'

2016-02-25 Thread John Ferlan
Remove the need for the local 'secret' in secretConnectListAllSecrets. A subsequent patch will rename the ObjPtr entry to secret. Signed-off-by: John Ferlan --- src/secret/secret_driver.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git