Re: [libvirt] [PATCH 3/5] vircommand: Remove unnecessary sa_assert

2013-02-14 Thread Peter Krempa
On 02/14/13 17:42, John Ferlan wrote: Changes from commit '3178df9a' removed the need for the sa_assert(infd). --- src/util/vircommand.c | 3 --- 1 file changed, 3 deletions(-) ACK. I'm not able to verify if it's not needed anymore but it doesn't break the code. Peter -- libvir-list mai

[libvirt] [PATCH 3/5] vircommand: Remove unnecessary sa_assert

2013-02-14 Thread John Ferlan
Changes from commit '3178df9a' removed the need for the sa_assert(infd). --- src/util/vircommand.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/util/vircommand.c b/src/util/vircommand.c index 5837fee..aa3bce0 100644 --- a/src/util/vircommand.c +++ b/src/util/vircommand.c @@ -1853,9 +1