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:
Martin Kletzander 2014-01-21 09:03:36 +01:00
parent 399394ab74
commit 5ce90b3f2d

View File

@ -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 */