mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 23:37:42 +00:00
lxc: Fix coverity
Commit 399394ab74
removed some coverity
comments which skipped the dead code, so add them back.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
399394ab74
commit
5ce90b3f2d
@ -2621,6 +2621,7 @@ lxcDomainGetBlkioParameters(virDomainPtr dom,
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
/* coverity[dead_error_begin] */
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
/* should not hit here */
|
/* should not hit here */
|
||||||
@ -2812,6 +2813,7 @@ lxcDomainGetBlkioParameters(virDomainPtr dom,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
/* coverity[dead_error_begin] */
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
/* should not hit here */
|
/* should not hit here */
|
||||||
|
Loading…
Reference in New Issue
Block a user