Fix EMSI sessions, buffer_clear() was renamed tx_purge()
This commit is contained in:
@@ -908,7 +908,7 @@ final class EMSI extends BaseProtocol implements CRCInterface,ZmodemInterface
|
||||
}
|
||||
|
||||
$this->client->rx_purge();
|
||||
$this->client->buffer_clear();
|
||||
$this->client->tx_purge();
|
||||
$this->emsi_banner();
|
||||
|
||||
$t1 = $this->client->timer_set(self::EMSI_HSTIMEOUT);
|
||||
|
Reference in New Issue
Block a user