mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
security: remove dead code from virSecurityDACGenLabel
* src/security/security_dac.c: remove useless dead code. Signed-off-by: Alex Jia <ajia@redhat.com>
This commit is contained in:
parent
6540efa40d
commit
95c61007e7
@ -891,7 +891,6 @@ virSecurityDACGenLabel(virSecurityManagerPtr mgr,
|
||||
case VIR_DOMAIN_SECLABEL_NONE:
|
||||
/* no op */
|
||||
return 0;
|
||||
break;
|
||||
default:
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||
_("unexpected security label type '%s'"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user