mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-02 10:12:03 +00:00
CLEANUP: connection: Use VAR_ARRAY
in struct tlv
definition
This is for consistency with `struct tlv_ssl`.
This commit is contained in:
parent
7bbc6c9ac3
commit
c44b8de995
@ -649,7 +649,7 @@ struct tlv {
|
||||
uint8_t type;
|
||||
uint8_t length_hi;
|
||||
uint8_t length_lo;
|
||||
uint8_t value[0];
|
||||
uint8_t value[VAR_ARRAY];
|
||||
}__attribute__((packed));
|
||||
|
||||
struct tlv_ssl {
|
||||
|
Loading…
Reference in New Issue
Block a user