mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-29 15:29:32 +01:00
Fix typo
This commit is contained in:
parent
e2d1a4d625
commit
efc5c103b0
@ -847,7 +847,7 @@ sub parse {
|
|||||||
|
|
||||||
if (not defined $n) {
|
if (not defined $n) {
|
||||||
if ($!{EWOULDBLOCK}) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user