]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: use pool_zalloc() in conn_alloc_hash_node()
authorWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 20:01:05 +0000 (21:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 22 Mar 2021 22:17:24 +0000 (23:17 +0100)
commit5d110b25dd4fae37853839e38df6ceeca3e384a7
treeab09c406ebe2f76b6231083fe1d4a77ddb4ff96f
parent18759079b6039ef748e3fdaea91f3a12f97f782a
CLEANUP: connection: use pool_zalloc() in conn_alloc_hash_node()

This one used to alloc then zero the area, let's have the allocator do it.
include/haproxy/connection.h