]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: standard: use proper const to addr_to_str() and port_to_str()
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Apr 2019 15:48:16 +0000 (17:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Apr 2019 15:48:16 +0000 (17:48 +0200)
commitd5ec4bfe8591ffaf5f28311c81f66e011485625c
treef71a307c132313160b876b42591b7215b11b13d3
parentd2d3348acbaca96a2e5254eed3daa2feb7f724c8
CLEANUP: standard: use proper const to addr_to_str() and port_to_str()

The input parameter was not marked const, making it painful for some calls.
include/common/standard.h
src/standard.c