
22 Jan
2013
22 Jan
'13
10:09 p.m.
Turns out the fix for VIR_FREE made this particular Coverity tag unnecessary, so I'm removing it. --- src/rpc/virnetclient.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpc/virnetclient.c b/src/rpc/virnetclient.c index 7550968..44638e2 100644 --- a/src/rpc/virnetclient.c +++ b/src/rpc/virnetclient.c @@ -430,7 +430,6 @@ virNetClientPtr virNetClientNewLibSSH2(const char *host, VIR_FREE(privkey); /* DSA */ if (!privkey) { - /* coverity[dead_error_begin] */ virBufferAsprintf(&buf, "%s/.ssh/id_dsa", homedir); if (!(privkey = virBufferContentAndReset(&buf))) goto no_memory; -- 1.7.11.7