]> git.ipfire.org Git - thirdparty/openssl.git/commit
http_server.c: fix checks of error return code in http_server_init()
authorDavid von Oheimb <dev@ddvo.net>
Wed, 31 Jul 2024 17:32:44 +0000 (19:32 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 23 Sep 2024 20:16:36 +0000 (22:16 +0200)
commit5de917ef9c3a3772ad6f06dc6a1072ad752dd484
tree617a6d47291f68a310aa25beea54ca0b4d706884
parentdd67397ca29d3cffcdce97084836053828d442d8
http_server.c: fix checks of error return code in http_server_init()

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25010)

(cherry picked from commit 7ec5d5916bc8563935901c027fe56b6644787d10)
apps/lib/http_server.c