QUIC: fixed dead store assignment.

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

View File

@ -259,7 +259,6 @@ ngx_quic_validate_token(ngx_connection_t *c, u_char *key,
}
odcid.data = p;
p += odcid.len;
}
now = ngx_time();