]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP/MINOR: dns: dns_str_to_dn_label() only needs a const char
authorWilly Tarreau <w@1wt.eu>
Wed, 22 Jul 2015 14:42:43 +0000 (16:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 22 Jul 2015 14:42:43 +0000 (16:42 +0200)
commit2100b491229a177ce34b7928002e10caab5b7781
tree3fee37c37c203f2732e09639da3bd375fcf5831c
parent5d86fae2344dbfacce5479ba86bd2d2866bf5474
CLEANUP/MINOR: dns: dns_str_to_dn_label() only needs a const char

The string is an input, let's constify it.
include/proto/dns.h
src/dns.c