BINKP responding to incoming netmail pings
This commit is contained in:
@@ -1154,7 +1154,7 @@ final class EMSI extends BaseProtocol implements CRCInterface,ZmodemInterface
|
||||
{
|
||||
Log::debug(sprintf('%s: + Start',__METHOD__));
|
||||
|
||||
$rc = (new Zmodem)->zmodem_receive($this->client,$zap,$this->recv,$this->setup->inbound);
|
||||
$rc = (new Zmodem)->zmodem_receive($this->client,$zap,$this->recv);
|
||||
|
||||
return ($rc == self::RCDO || $rc == self::ERROR);
|
||||
}
|
||||
|
Reference in New Issue
Block a user