commit | 2b2c1a38eeaba5d8bfe92281e9e680361e09ee3b | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Fri May 01 11:44:46 2015 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Wed May 20 10:23:08 2015 +0200 |
tree | e41b8764c5e29ca94a6f5d2810485d082c9c0355 | |
parent | 274c3b52e10466a4771d591f6298ef61e8354ce0 [diff] |
ui: remove check for failure of qemu_acl_init() The qemu_acl_init() function has long since stopped being able to return NULL, since g_malloc will abort on OOM. As such the checks for NULL were unreachable code. Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>