mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-29 22:04:53 -04:00
event_hdl_sub_list_init() and event_hdl_sub_list_destroy() don't expect
to be called with a NULL argument (to use global subscription list
implicitly), simply because the global subscription list init and
destroy is internally managed.
Adding BUG_ON() to detect such invalid usages, and updating some comments
to prevent confusion around these functions.
If
|
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||
| make | ||