
24 Oct
2013
24 Oct
'13
12:40 p.m.
On Fri, Oct 18, 2013 at 06:59:51AM -0400, John Ferlan wrote:
Commit '922b7fda' resulted in two DEADCODE warnings from Coverity in remoteDispatchAuthPolkit and virAccessDriverPolkitFormatProcess. Commit '604ae657' modified the daemon.c code to remove the deadcode issue, but did not do so for viracessdriverpolkit.c. This just mimics the same changes
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/access/viraccessdriverpolkit.c | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-)
ACK, Martin