sonar fix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Pavel Dmitriev 2023-01-22 11:34:09 +03:00
parent b4ec5c915b
commit 868753ed8c
1 changed files with 1 additions and 1 deletions

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)) {