Improving OpenSSL support.

This commit is contained in:
stephb9959
2021-08-03 09:28:14 -07:00
parent 508ff00663
commit 2b66f15bda

View File

@@ -754,7 +754,7 @@ namespace uCentral {
MustDisconnect = true ;
}
if(!MustDisconnect || Errors_>10)
if(!MustDisconnect || Errors_<10)
return;
delete this;