]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: spoe: Don't rely on SPOE ctx in debug message when its creation failed
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Sep 2017 09:51:18 +0000 (11:51 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Sep 2017 16:42:23 +0000 (18:42 +0200)
commitccbc3fd9f932958902c7ac78f95eba0badb01d57
tree6507d4ca0d7f6335d437ada05f3968f1817520ab
parent3dc860d19dfa573f2327ee7255b97a10444ff89b
BUG/MINOR: spoe: Don't rely on SPOE ctx in debug message when its creation failed

If the SPOE context creation failed, we must not try to use it in the debug
message used to notice the error.

This patch must be backported in 1.7.
src/flt_spoe.c