]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: Don't check the output of virGetUserRuntimeDirectory()
authorFabiano Fidêncio <fidencio@redhat.com>
Thu, 19 Dec 2019 09:21:40 +0000 (10:21 +0100)
committerFabiano Fidêncio <fidencio@redhat.com>
Fri, 20 Dec 2019 08:38:43 +0000 (09:38 +0100)
commiteb945f802c6786167db982de9c5ed8f9187b0ae8
tree0928bf461efe1b4e594d94f136482e5c95eb718a
parentb0ffed92f1956212f7bd5e0d8a69d3b5c906a012
remote: Don't check the output of virGetUserRuntimeDirectory()

virGetUserRuntimeDirectory() *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/remote/remote_daemon.c
src/remote/remote_driver.c