commit | 3ecaf53374306519ff4394a7e7eebfe05235b9d6 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Mon Jun 14 10:02:18 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jun 16 10:28:09 2021 +0200 |
tree | ec51942c2581b0f99e91ff9202615fdeeb825363 | |
parent | 0c4a8a3cfc0e7cf8df28012222f930e55bcb7df4 [diff] |
BUG/MAJOR: resolvers: segfault using server template without SRV RECORDs This patch fix the issue adding a test in srvrq before registering the server on it during server template init. This was a regression due to commit : 3406766d57fc11478d54a6fa2d048cbfe4524a4e This should be backported with this previous commit (until 2.0) (cherry picked from commit caef19e0c7594b00aa341d8984a33ddd0f15113f) Signed-off-by: Willy Tarreau <w@1wt.eu>