[libvirt] [PATCH 1/2] netdev: accept NULL in virNetDevSetupControl

2013-06-21 Thread Ján Tomko
Commit b9c6b073 dropped the version of virNetDevSetupControl that didn't check for NULL arguments, but we call it like that in virNetDevBridgeDelete. --- src/util/virnetdev.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/util/virnetdev.c

Re: [libvirt] [PATCH 1/2] netdev: accept NULL in virNetDevSetupControl

2013-06-21 Thread Ján Tomko
On 06/21/2013 07:30 PM, Ján Tomko wrote: Commit b9c6b073 dropped the version of virNetDevSetupControl that didn't check for NULL arguments, but we call it like that in virNetDevBridgeDelete. --- src/util/virnetdev.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-)

Re: [libvirt] [PATCH 1/2] netdev: accept NULL in virNetDevSetupControl

2013-06-21 Thread John Ferlan
On 06/21/2013 01:45 PM, Ján Tomko wrote: On 06/21/2013 07:30 PM, Ján Tomko wrote: Commit b9c6b073 dropped the version of virNetDevSetupControl that didn't check for NULL arguments, but we call it like that in virNetDevBridgeDelete. --- src/util/virnetdev.c | 14 -- 1 file

Re: [libvirt] [PATCH 1/2] netdev: accept NULL in virNetDevSetupControl

2013-06-21 Thread Ján Tomko
On 06/21/2013 07:57 PM, John Ferlan wrote: On 06/21/2013 01:45 PM, Ján Tomko wrote: On 06/21/2013 07:30 PM, Ján Tomko wrote: Commit b9c6b073 dropped the version of virNetDevSetupControl that didn't check for NULL arguments, but we call it like that in virNetDevBridgeDelete. ---