@@ -12696,7 +12696,8 @@ int AddSession(WOLFSSL* ssl)
idx = i;
break;
}
} else {
else {
if (XMEMCMP(ssl->arrays->sessionID, SessionCache[row].Sessions[i].sessionID, ID_LEN) == 0) {
WOLFSSL_MSG("Session already exists. Overwriting.");
overwrite = 1;
The note is not visible to the blocked user.