From: Amaury Denoyelle Date: Wed, 16 Feb 2022 13:35:10 +0000 (+0100) Subject: MINOR: h3: remove unused return value on decode_qcs X-Git-Tag: v2.6-dev2~123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d5fdc526b5ebf402e6359a3616a4fc3cc2269b3;p=thirdparty%2Fhaproxy.git 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 7cecb5de7f..5f2757ff8b 100644 --- a/src/h3.c +++ b/src/h3.c @@ -284,9 +284,6 @@ static int h3_decode_qcs(struct qcs *qcs, int fin, void *ctx) } return 0; - - fail: - return -1; } /* Parse a SETTINGS frame which must not be truncated with as length from