BUILD: fix build warning when not using 51degrees
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 12:01:20 +0000 (14:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 17:30:59 +0000 (19:30 +0200)
commita9f4702390eefb59ddd548e11715f4be3a9d26a1
tree94c019ee614adb49805822781d736ac372efd040
parentc7203c7a5a9d842bea9e050dcba0d0bcdd69fffe
BUILD: fix build warning when not using 51degrees

An ifdef was missing to avoid declaring these variables :

src/haproxy.c: In function 'deinit':
src/haproxy.c:1253:47: warning: unused variable '_51d_prop_nameb' [-Wunused-variable]
src/haproxy.c:1253:30: warning: unused variable '_51d_prop_name' [-Wunused-variable]
src/haproxy.c