]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: connection: fix naming of ip_v field
authorWilly Tarreau <w@1wt.eu>
Fri, 29 Mar 2019 16:35:32 +0000 (17:35 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 05:44:56 +0000 (07:44 +0200)
commit0ca24aa028159874d77677076a835930de79ba8d
tree9e2684ebe20683184ce98e22fe7f7ce84459867a
parenta1bd1faeebd03825677d111a1350ee04d625f165
BUILD: connection: fix naming of ip_v field

AIX defines ip_v as ip_ff.ip_fv in netinet/ip.h using a macro, and
unfortunately we do have a local variable with such a name and which
uses the same header file. Let's rename the variable to ip_ver to fix
this.
src/connection.c