Re: [libvirt] [PATCH libvirt v2 7/9] rpc: use the return value of virObjectRef directly

2018-04-26 Thread John Ferlan
On 04/12/2018 08:41 AM, Marc Hartmayer wrote: > Use the return value of virObjectRef directly. This way, it's easier > for another reader to identify the reason why the additional reference > is required. > > Signed-off-by: Marc Hartmayer > Reviewed-by: Boris

[libvirt] [PATCH libvirt v2 7/9] rpc: use the return value of virObjectRef directly

2018-04-15 Thread Marc Hartmayer
Use the return value of virObjectRef directly. This way, it's easier for another reader to identify the reason why the additional reference is required. Signed-off-by: Marc Hartmayer Reviewed-by: Boris Fiuczynski --- src/rpc/virnetserver.c | 3