Re: [libvirt] [PATCH 14/42] util: Don't check the output of virGetUserCacheDirectory()

2019-12-19 Thread Ján Tomko
On Thu, Dec 19, 2019 at 11:04:19AM +0100, Fabiano Fidêncio wrote: virGetUserCacheDirectory() *never* *ever* returns NULL, making the checks for it completely unnecessary. Signed-off-by: Fabiano Fidêncio --- src/util/virlog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[libvirt] [PATCH 14/42] util: Don't check the output of virGetUserCacheDirectory()

2019-12-19 Thread Fabiano Fidêncio
virGetUserCacheDirectory() *never* *ever* returns NULL, making the checks for it completely unnecessary. Signed-off-by: Fabiano Fidêncio --- src/util/virlog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/util/virlog.c b/src/util/virlog.c index 10639d7328..6bae56e2e3