Commit e8949a68 authored by Nils Goroll's avatar Nils Goroll Committed by Dridi Boukelmoune

flexelint 838: Previously assigned value ... has not been used

parent 1f8718b7
......@@ -311,7 +311,7 @@ vpx_proto2(const struct worker *wrk, struct req *req)
int l, hdr_len;
uintptr_t *up;
uint16_t *tlv_len_p;
uint16_t tlv_len = 0;
uint16_t tlv_len;
const uint8_t *p;
char *d, *tlv_start;
sa_family_t pfam = 0xff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment