MINOR: h3: remove unused return value on decode_qcs

This should fix 1470806 coverity report from github issue #1550.
This commit is contained in:
Amaury Denoyelle 2022-02-16 14:35:10 +01:00
parent de6ecc3ace
commit 1d5fdc526b

View File

@ -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 <flen> as length from