提交 5ce90b3f 编写于 作者: M Martin Kletzander

lxc: Fix coverity

Commit 399394ab removed some coverity
comments which skipped the dead code, so add them back.
Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
上级 399394ab
...@@ -2621,6 +2621,7 @@ lxcDomainGetBlkioParameters(virDomainPtr dom, ...@@ -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, ...@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册