]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virfile: Simplify virFindFileInPath() with g_find_program_in_path()
authorLuke Yue <lukedyue@gmail.com>
Mon, 7 Jun 2021 06:10:48 +0000 (14:10 +0800)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 15 Jun 2021 12:15:01 +0000 (14:15 +0200)
commit65c2901906b5e2d707f9184ff3719a5375bab427
treefa55ab32a0cd1ee080e3e71967007f8b598cfebd
parentd2b6bab11c26e97074b55604ad30c755cc659c7b
virfile: Simplify virFindFileInPath() with g_find_program_in_path()

Signed-off-by: Luke Yue <lukedyue@gmail.com>
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/util/virfile.c