mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
HTTP/3: fixed dead store assignment.
Found by Clang Static Analyzer.
This commit is contained in:
parent
ee13d5f93d
commit
2ff0af368d
@ -1217,7 +1217,6 @@ done:
|
|||||||
b->last_buf = 1;
|
b->last_buf = 1;
|
||||||
|
|
||||||
*ll = tl;
|
*ll = tl;
|
||||||
ll = &tl->next;
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user