]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl_ckch: Remove service context for "set ssl cert" command
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 09:50:40 +0000 (11:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Jun 2022 10:12:04 +0000 (12:12 +0200)
commit24a20b980854b14213fabd2de008cfaf104ca1f1
treed13c1443e58be28b452d0bbc1ae5cd8399f172bc
parent6af2fc6a3ffb14677d96c0ee796f07893366ccb1
MINOR: ssl_ckch: Remove service context for "set ssl cert" command

This command does not have I/O handle function. All is done in the command
parsing function. So there is no reason to have dedicated context.
src/ssl_ckch.c