commit | 4de1bff86606e52778caf2f64d99302cb61e1314 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 14 11:36:41 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 14 11:57:06 2022 +0200 |
tree | 3364a34485ad55ec27a307a02ee720347fd36faf | |
parent | 4e61096e306ee9da46fb2db4dcef784587323272 [diff] |
MINOR: muxes: Don't expect to call release function with no mux defined For all muxes, the function responsible to release a mux is always called with a defined mux. Thus there is no reason to test if it is defined or not. Note the patch may seem huge but it is just because of indentation changes.