]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: obj_type: Handle stream object in obj_base_ptr() function
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Apr 2020 09:48:53 +0000 (11:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commita142c1deb401308055f29b9d52a47e5a0ad962e7
tree47096c668dda5ba45f90d243964dd06e19877798
parent3829046893845919d9b4d90d843d5918f2aa14be
BUG/MINOR: obj_type: Handle stream object in obj_base_ptr() function

The stream object (OBJ_TYPE_STREAM) was missing in the switch statement of the
obj_base_ptr() function.

This patch must be backported as far as 2.0.
include/proto/obj_type.h