]> xenbits.xensource.com Git - libvirt.git/commit
network: Don't check the output of virGetUserConfigDirectory()
authorFabiano Fidêncio <fidencio@redhat.com>
Thu, 19 Dec 2019 09:27:05 +0000 (10:27 +0100)
committerFabiano Fidêncio <fidencio@redhat.com>
Fri, 20 Dec 2019 08:38:43 +0000 (09:38 +0100)
commit70c20520112c3829d06db33c142c5c2d341e5ae6
tree5ea89b62ebe05cb38c3e4e9d15221aa232218096
parentc1a1c7595249c91553e4d5033f9ac14ca242c20e
network: Don't check the output of virGetUserConfigDirectory()

virGetUserConfigDirectory() *never* *ever* returns NULL, making the
checks for it completely unnecessary.

Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/network/bridge_driver.c