]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: mworker: PR_CAP already initialized with alloc_new_proxy()
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 29 Jul 2021 13:35:48 +0000 (15:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 29 Jul 2021 13:35:48 +0000 (15:35 +0200)
commitdf9caeb9aeb11038e6dd2c6cf24c7d6921ee5b3a
tree40bc08cf9d646a285d0bffd50be75dc11b81a4dd
parentae787bad80cc9b775cbbcc4b8b463d689df9e938
CLEANUP: mworker: PR_CAP already initialized with alloc_new_proxy()

Remove the PR_CAP initialization in mworker_cli_proxy_create() which is
already done in alloc_new_proxy().
src/cli.c