commit | 17f8b90736d811ac9a04af198a3aee34e9935cec | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Oct 16 18:35:01 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 16 19:22:20 2018 +0200 |
tree | 7905a10ca8424bb474bb87fc92253bb3db073025 | |
parent | 0d7a2ae4f5199ec37ead6914fa24d40ec0989a4d [diff] |
MINOR: server: Use memcpy() instead of strncpy(). Use memcpy instead of strncpy, strncpy buys us nothing, and gcc is being annoying.