]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
URI normalization: Propagate error messages properly
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 8 May 2025 22:16:08 +0000 (16:16 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 8 May 2025 22:16:08 +0000 (16:16 -0600)
commitae2d3ef4bf2ce0f86752a49a79f0134752deb763
tree712c8bac6b8bba52fae6d9acf8b093dc4e18e19f
parent9dda124b5eb270382cdbc4fbe47992ff9bfa87c5
URI normalization: Propagate error messages properly

Forgot to clean this up in the previous commit.
Was printing errors in standard output as a quick fix.
13 files changed:
src/http.c
src/init.c
src/json_util.c
src/object/certificate.c
src/object/tal.c
src/print_file.c
src/rrdp.c
src/types/uri.c
src/types/uri.h
test/cache_test.c
test/rrdp_test.c
test/rrdp_update_test.c
test/types/uri_test.c