commit | 1d5fdc526b5ebf402e6359a3616a4fc3cc2269b3 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Feb 16 14:35:10 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed Feb 16 14:37:56 2022 +0100 |
tree | 3b5187dca7ea69a247e1d56324f4ba9a0665b66e | |
parent | de6ecc3aceaf93612eb37ff5a913fcd8e741ea67 [diff] |
MINOR: h3: remove unused return value on decode_qcs This should fix 1470806 coverity report from github issue #1550.
diff --git a/src/h3.c b/src/h3.c index 7cecb5d..5f2757f 100644 --- a/src/h3.c +++ b/src/h3.c
@@ -284,9 +284,6 @@ } return 0; - - fail: - return -1; } /* Parse a SETTINGS frame which must not be truncated with <flen> as length from