mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 15:27:47 +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;
|
||||
break;
|
||||
|
||||
/* coverity[dead_error_begin] */
|
||||
default:
|
||||
break;
|
||||
/* should not hit here */
|
||||
@ -2812,6 +2813,7 @@ lxcDomainGetBlkioParameters(virDomainPtr dom,
|
||||
}
|
||||
break;
|
||||
|
||||
/* coverity[dead_error_begin] */
|
||||
default:
|
||||
break;
|
||||
/* should not hit here */
|
||||
|
Loading…
Reference in New Issue
Block a user