From: John Ferlan Date: Wed, 23 Sep 2015 22:11:30 +0000 (-0400) Subject: virsh: Resolve Coverity DEADCODE X-Git-Tag: v1.2.20-rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35369a7d4846f1fb015aacfcc851864622062d67;p=thirdparty%2Flibvirt.git virsh: Resolve Coverity DEADCODE Use 'dead_error_condition' instead of 'dead_error_begin' --- diff --git a/tools/virsh.c b/tools/virsh.c index 76b5e9f9c7..7484bed8eb 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -118,7 +118,7 @@ virshCatchDisconnect(virConnectPtr conn, case VIR_CONNECT_CLOSE_REASON_KEEPALIVE: str = N_("Disconnected from %s due to keepalive timeout"); break; - /* coverity[dead_error_begin] */ + /* coverity[dead_error_condition] */ case VIR_CONNECT_CLOSE_REASON_CLIENT: case VIR_CONNECT_CLOSE_REASON_LAST: break;