mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Write error check conditionals in more compact form for dispatcher
Replace cases of type = virConnectGetType(conn); if (type == NULL) goto cleanup; With if (!(type = virConnectGetType(conn))) goto cleanup; * daemon/remote.c: Write error checks in compat form
This commit is contained in:
parent
55c71a26af
commit
05a6283c7a
795
daemon/remote.c
795
daemon/remote.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user