]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mworker: calloc mworker_proc structures
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 1 Apr 2019 09:29:58 +0000 (11:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 12:45:37 +0000 (14:45 +0200)
commitf3a86831ae505000026598ec1c51d83c2b5c14db
tree4d2b9b6b3173aed620042831bc34c211ee0f6a36
parent9001ce8c2f32dc79bf7fbc78b0123a80a8d05991
MINOR: mworker: calloc mworker_proc structures

Initialize mworker_proc structures to 0 with calloc instead of just
doing a malloc.
src/haproxy.c