HTTP/3: fixed dead store assignment.

Found by Clang Static Analyzer.
This commit is contained in:
Sergey Kandaurov 2021-08-24 13:03:48 +03:00
parent ee13d5f93d
commit 2ff0af368d

View File

@ -1217,7 +1217,6 @@ done:
b->last_buf = 1; b->last_buf = 1;
*ll = tl; *ll = tl;
ll = &tl->next;
} else { } else {