From: Michael Tremer Date: Tue, 4 Feb 2025 14:22:27 +0000 (+0000) Subject: hasher: Actually return any errors X-Git-Tag: 0.9.30~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70cb8455374173e56097636e628409e19df5a3c;p=pakfire.git hasher: Actually return any errors Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/hasher.c b/src/pakfire/hasher.c index c08c26c9..e2c6d5f7 100644 --- a/src/pakfire/hasher.c +++ b/src/pakfire/hasher.c @@ -354,7 +354,7 @@ ERROR: if (hasher) pakfire_hasher_unref(hasher); - return 0; + return r; } int pakfire_hash_path(struct pakfire_ctx* ctx,