]> git.ipfire.org Git - thirdparty/openldap.git/commit
ITS#9711 fix TLS ctx init for tools
authorHoward Chu <hyc@openldap.org>
Thu, 30 Sep 2021 18:17:38 +0000 (19:17 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 30 Sep 2021 18:24:36 +0000 (18:24 +0000)
commit1a6e4b7dcd9e741c412cb3e40655a01b69413484
tree5dc2132324e08d41f7add0ea4302a1ba6924fb21
parent447a47a691804b538f0782b733fb693a241426c7
ITS#9711 fix TLS ctx init for tools

The code to initialize the TLS context was being bypassed by tool startup,
causing tools to get the wrong default setting. Move it earlier to avoid
being bypassed.
servers/slapd/main.c