src/ssl.c: code style tweak from peer review.

pull/7473/head
Daniel Pouzzner 2024-04-25 21:13:41 -05:00
parent 8e8e9bd0eb
commit 963e14a1fe
1 changed files with 2 additions and 1 deletions

View File

@ -5757,7 +5757,8 @@ int wolfSSL_Init(void)
if (ret == WOLFSSL_SUCCESS) {
initRefCount++;
} else {
}
else {
initRefCount = 1; /* Force cleanup */
}