]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: servers: fix typo "src" instead of "srv"
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 30 Apr 2019 16:21:28 +0000 (21:21 +0500)
committerOlivier Houchard <cognet@ci0.org>
Tue, 30 Apr 2019 21:04:47 +0000 (23:04 +0200)
commit0c50b1ecbb495a4beeab0783e6cdb60b31593c12
treed2d3537ed2249c3582c01a7ec5a171c97b421960
parent02f3cf19ed803d20aff9294ce7cb732489951ff5
BUG/MEDIUM: servers: fix typo "src" instead of "srv"

When copying the settings for all servers when using server templates,
fix a typo, or we would never copy the length of the ALPN to be used for
checks.

This should be backported to 1.9.
src/server.c