mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-28 17:51:06 +02:00
Callers of si_appctx() always use the result without checking it because they know by construction that it's valid. This results in unchecked null pointer warnings at -Wextra, so let's remove this test and make it clear that it's up to the caller to check validity first.