]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: samples: data assignation simplification
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 19 Aug 2015 07:02:36 +0000 (09:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:46 +0000 (17:13 +0200)
commit5cc18d46f334e15e2d0d62d4be9e06b27e928d7a
tree1d7110acc1a08323cc4ed395ac0ad6077a57d04d
parent2046c46468ed0fffc2725972cddbc102e6a71ae4
MINOR: samples: data assignation simplification

With the difference between the "struct sample" data and the
"struct sample_storage" data, it was not possible to write
data = data, and we did a memcpy. This patch remove some of
these memcpy.
src/map.c
src/vars.c