mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 03:22:06 +01:00
Correct documentation for srv_detach() which previously stated that this function could be called for a server even if not stored in its proxy list. In fact there is a BUG_ON() which detects this case.