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:
parent
3cb8d85cf4
commit
4373afeae1
2
3rdparty
2
3rdparty
|
@ -1 +1 @@
|
|||
Subproject commit 099e537a03d162302c2366f7d53088d5bf623c4c
|
||||
Subproject commit 3faef8dfa15d0b946759bdb888d5b245de6fb524
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue