Skip to content

Commit

Permalink
Merge pull request #17929 from nextcloud/backport/17873/stable16
Browse files Browse the repository at this point in the history
[stable16] Make timeout a optional parameter
  • Loading branch information
rullzer committed Nov 14, 2019
2 parents e400b70 + 6c3faa9 commit 711ce57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files_external/lib/Lib/Backend/SMB.php
Expand Up @@ -55,6 +55,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
(new DefinitionParameter('timeout', $l->t('Timeout')))
->setType(DefinitionParameter::VALUE_HIDDEN)
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
])
->addAuthScheme(AuthMechanism::SCHEME_PASSWORD)
->addAuthScheme(AuthMechanism::SCHEME_SMB)
Expand Down

0 comments on commit 711ce57

Please sign in to comment.