mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +01:00
Fix typo
This commit is contained in:
parent
e2d1a4d625
commit
efc5c103b0
@ -847,7 +847,7 @@ sub parse {
|
||||
|
||||
if (not defined $n) {
|
||||
if ($!{EWOULDBLOCK}) {
|
||||
if ($SSL_ERROR == SSL_WANT_READ or $SSL_ERROR = SSL_WANT_WRITE) {
|
||||
if ($SSL_ERROR == SSL_WANT_READ or $SSL_ERROR == SSL_WANT_WRITE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user