mirror of
https://github.com/nginx/nginx.git
synced 2024-12-05 06:19:01 +08:00
QUIC: fixed dead store assignment.
Found by Clang Static Analyzer.
This commit is contained in:
parent
d650777800
commit
ee13d5f93d
@ -259,7 +259,6 @@ ngx_quic_validate_token(ngx_connection_t *c, u_char *key,
|
||||
}
|
||||
|
||||
odcid.data = p;
|
||||
p += odcid.len;
|
||||
}
|
||||
|
||||
now = ngx_time();
|
||||
|
Loading…
Reference in New Issue
Block a user