commit | 5cc18d46f334e15e2d0d62d4be9e06b27e928d7a | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Wed Aug 19 09:02:36 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 20 17:13:46 2015 +0200 |
tree | 1d7110acc1a08323cc4ed395ac0ad6077a57d04d | |
parent | 2046c46468ed0fffc2725972cddbc102e6a71ae4 [diff] |
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.