mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-13 06:11:12 +01:00
Fix build on windows.
This commit is contained in:
parent
b08959ab59
commit
e9f7ef263f
@ -225,7 +225,7 @@ void SMTPClient::_send_email(const Ref<EMail> &p_email) {
|
||||
}
|
||||
|
||||
Error SMTPClient::poll_client() {
|
||||
if (_current_tls_started or _current_tls_established) {
|
||||
if (_current_tls_started || _current_tls_established) {
|
||||
_tls_client->poll();
|
||||
return OK;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user