commit | 15ae22c02cff36579be13c40bac1c37acc60d352 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Nov 09 14:23:36 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Nov 09 14:23:37 2021 +0100 |
tree | 18c3456223fd1785718ad6926eb7ac525b85b865 | |
parent | 42d7c402d50f2b2cf3695ac58c17302c38a64db7 [diff] |
DOC: config: Fix typo in ssl_fc_unique_id description In ssl_fc_unique_id decription, threre is a reference to the wrong sample fetch. ssl_bc_unique_id is used instead of ssl_fc_unique_id. This patch should fix the issue #1449. It may be backported to all supportted versions.