
23 Sep
2015
23 Sep
'15
11:18 p.m.
Use 'dead_error_condition' instead of 'dead_error_begin' Signed-off-by: John Ferlan <jferlan@redhat.com> --- tools/virsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh.c b/tools/virsh.c index 76b5e9f..7484bed 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; -- 2.1.0