Fix to properly trap errors in sniffer SetupKeys after async changes. Fix minor scan-build warnings.

This commit is contained in:
David Garske
2022-04-26 10:55:18 -07:00
parent 25e8bd6b45
commit fbc2ccca1e
3 changed files with 24 additions and 11 deletions

View File

@@ -13709,6 +13709,7 @@ void AddSession(WOLFSSL* ssl)
}
}
#endif /* WOLFSSL_SESSION_STATS && WOLFSSL_PEAK_SESSIONS */
(void)error;
}