Re: [libvirt] [PATCH] qemuConnectMonitor: do not mask SELinux failure

2010-07-14 Thread Jim Meyering
Matthias Bolte wrote: > 2010/7/13 Jim Meyering : >> coverity spotted the expressions that could never be true: >> (a && b && c) < 0.  Here's the fix: >> >> >> >From 6d61d90a6df81900f4b2be752403758175000973 Mon Sep 17 00:00:00 2001 >> From: Jim Meyering >> Date: Tue, 13 Jul 2010 15:15:04 -0500 >> S

Re: [libvirt] [PATCH] qemuConnectMonitor: do not mask SELinux failure

2010-07-14 Thread Matthias Bolte
2010/7/13 Jim Meyering : > coverity spotted the expressions that could never be true: > (a && b && c) < 0.  Here's the fix: > > > >From 6d61d90a6df81900f4b2be752403758175000973 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Tue, 13 Jul 2010 15:15:04 -0500 > Subject: [PATCH] qemuConnectMonit

[libvirt] [PATCH] qemuConnectMonitor: do not mask SELinux failure

2010-07-13 Thread Jim Meyering
coverity spotted the expressions that could never be true: (a && b && c) < 0. Here's the fix: >From 6d61d90a6df81900f4b2be752403758175000973 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 13 Jul 2010 15:15:04 -0500 Subject: [PATCH] qemuConnectMonitor: fix a bug that would have masked SE