]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: log: remove unused checks for encode_{chunk,string}
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 9 Apr 2024 15:54:41 +0000 (17:54 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 26 Apr 2024 16:39:31 +0000 (18:39 +0200)
commitf8e1357a05b3ec93878e27237f3091ee5d4c0adc
tree06d4b9522d05aa4a40340b476851b88a47842fa2
parent2ab42dddc470c38348e9fac1b0cedef2bcce91aa
CLEANUP: log: remove unused checks for encode_{chunk,string}

Thanks to 8226e92eb ("BUG/MINOR: tools/log: invalid
encode_{chunk,string} usage"), we only need to check for NULL return
value from encode_{chunk,string}() and escape_string() to know if the
call failed.
src/log.c