]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: shctx: Change max. object size type to unsigned int.
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 25 Oct 2018 18:31:40 +0000 (20:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2018 02:54:40 +0000 (04:54 +0200)
commitb80bc273a3598f47f7429fa657d5f53874e309d2
tree5d301e0f6babafa04d138b67d37b434b52cf78d1
parent4eba544e246c83dee467aee2de66ae2f0f4e8e1c
MINOR: shctx: Change max. object size type to unsigned int.

This change is there to prevent implicit conversions when comparing
shctx maximum object sizes with other unsigned values.
include/proto/shctx.h
include/types/shctx.h
src/shctx.c