MINOR: ssl-ckch: Stop to test CF_WRITE_ERROR to commit CA/CRL file
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 26 Jan 2023 07:03:39 +0000 (08:03 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 13 Feb 2023 08:43:38 +0000 (09:43 +0100)
commit11fddb96554a5db2a1a7bfb48f49a03a66b396f3
treeb7f2004ac220f7c5760de2cb850f08c582be540a
parente008402972e58ab99506bbbbf4d540a21f5be465
MINOR: ssl-ckch: Stop to test CF_WRITE_ERROR to commit CA/CRL file

This change was performed on all applet I/O handlers but one was missed. In
the CLI I/O handler used to commit a CA/CRL file, we can remove the test on
CF_WRITE_ERROR because there is already a test on CF_SHUTW.
src/ssl_ckch.c