commit | 147eeb2ef3da803537cd09274244ff3349c7f009 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sun May 22 12:40:58 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 23 08:45:31 2022 +0200 |
tree | d9ebad32cd2497fe3ef77f473cad2db484bdeea1 | |
parent | 137c8fde78d83eea4ab4ada8e3a934c08468ca2d [diff] |
CLEANUP: tools: Clean up non-QUIC error message handling in str2sa_range() If QUIC support is enabled both branches of the ternary conditional are identical, upsetting Coverity. Move the full conditional into the non-QUIC preprocessor branch to make the code more clear. This resolves GitHub issue #1710.