ci-test #1

Merged
palkan merged 9 commits from ci-test into develop 2023-01-22 08:57:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 868753ed8c - Show all commits

View File

@ -69,7 +69,7 @@ function scanner($channel, $port) {
}
while (1) {
$buffer = fgets($fp, 4096);
$buffer = fgets($fp, 4096);
$rv=explode("\n", $buffer);
if ($buffer === false) {
if (!empty($routingTag)) {