mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-19 12:42:42 +02:00
After calling flt_ot_conf_group_init() and storing the result in flt_ot_current_group, the code incorrectly checked flt_ot_current_config for NULL instead of the newly assigned flt_ot_current_group. This meant a failed group init was never detected and the error path was never taken.