From 6179f28479d469d6184326777a4dd90f12b99b3f Mon Sep 17 00:00:00 2001 From: Persia Aziz Date: Mon, 9 Jan 2017 15:14:20 -0600 Subject: [PATCH] TS-5022: fix silent exit problem --- iocore/net/SSLConfig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iocore/net/SSLConfig.cc b/iocore/net/SSLConfig.cc index 66b2977147c..d53ba64f8bc 100644 --- a/iocore/net/SSLConfig.cc +++ b/iocore/net/SSLConfig.cc @@ -421,7 +421,7 @@ SSLConfigParams::getNewCTX(char *client_cert) const return nclient_ctx; fail: SSLReleaseContext(nclient_ctx); - ::exit(1); + return nullptr; } void