Signed-off-by: Tim Wiederhake <twied...@redhat.com>
---
 src/security/security_selinux.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/security/security_selinux.c b/src/security/security_selinux.c
index 0bff9b7bae..5f98d4d47a 100644
--- a/src/security/security_selinux.c
+++ b/src/security/security_selinux.c
@@ -758,8 +758,7 @@ virSecuritySELinuxQEMUInitialize(virSecurityManager *mgr)
     VIR_DEBUG("Loaded file context '%s', content context '%s'",
               data->file_context, data->content_context);
 
-    if (!(data->mcs = virHashNew(NULL)))
-        goto error;
+    data->mcs = virHashNew(NULL);
 
     return 0;
 
-- 
2.31.1

Reply via email to