From 963e14a1fef066899d5f7b3644f4deb8d4900a58 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Thu, 25 Apr 2024 21:13:41 -0500 Subject: [PATCH] src/ssl.c: code style tweak from peer review. --- src/ssl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ssl.c b/src/ssl.c index 16b1e49e4..2c339860c 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -5757,7 +5757,8 @@ int wolfSSL_Init(void) if (ret == WOLFSSL_SUCCESS) { initRefCount++; - } else { + } + else { initRefCount = 1; /* Force cleanup */ }