
22 Feb
2024
22 Feb
'24
10:47 a.m.
On 2/22/24 10:14, Adam Julis wrote:
VIR_CLOSE also set errno, so it's not nessesary use virReportError with explicit error code
Signed-off-by: Adam Julis <ajulis@redhat.com> --- src/util/virfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
I've tweaked the commit message a bit and merged. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal