]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: server: fix cosmetic of error message on sni parsing
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 28 May 2021 09:01:22 +0000 (11:01 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 7 Jun 2021 14:58:16 +0000 (16:58 +0200)
commitc008a63582f960a31ab4f0e592c8b9e3e17ecb0f
tree382a25d5a264590ce9e3ff95babdf0bdf370db69
parentce986e1ce89cc62055d2a044eae0612f1addc08e
CLEANUP: server: fix cosmetic of error message on sni parsing

Fix memprintf used in server_parse_sni_expr. Error messages should not
be ending with a newline as it will be inserted in the parent function
on the ha_alert invocation.
src/server.c