commit | c9ef9bc9a5caf311ad0de21d559ccee2afd8852d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 22 21:04:50 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 22 23:18:26 2021 +0100 |
tree | 26e28c6451475633404d0aa8663cc85152e54b3f | |
parent | 1bbec3883ad84cedef76f0e64b89c3c07814f7e7 [diff] |
CLEANUP: spoe: use pool_zalloc() instead of pool_alloc+memset Two places used to alloc then zero the area, let's have the allocator do it.