Bump phpseclib/phpseclib from 2.0.25 to 2.0.30

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2021-01-19 17:34:38 +01:00
parent 3cb8d85cf4
commit 4373afeae1
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 099e537a03d162302c2366f7d53088d5bf623c4c
Subproject commit 3faef8dfa15d0b946759bdb888d5b245de6fb524

View File

@ -141,6 +141,7 @@ class SFTP extends \OC\Files\Storage\Common {
$login = false;
foreach ($this->auth as $auth) {
/** @psalm-suppress TooManyArguments */
$login = $this->client->login($this->user, $auth);
if ($login === true) {
break;