SSH2: CS adjustment

This commit is contained in:
terrafrost 2022-06-14 03:58:31 -05:00
parent fbf6027a43
commit 9c45309d0e
1 changed files with 1 additions and 1 deletions

View File

@ -3297,7 +3297,7 @@ class SSH2
$this->bitmap = 0;
$str = 'Connection closed (by server) prematurely';
if (isset($elapsed)) {
$str.= ' ' . $elapsed . 's';
$str .= ' ' . $elapsed . 's';
}
throw new ConnectionClosedException($str);
}