Skip to content

Commit

Permalink
Merge pull request #17873 from nextcloud/fix/17846/make-timeout-opt
Browse files Browse the repository at this point in the history
Make timeout a optional parameter
  • Loading branch information
rullzer authored Nov 13, 2019
2 parents eee21c8 + 2bd591f commit d8db8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files_external/lib/Lib/Backend/SMB.php
Original file line number Diff line number Diff line change
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 d8db8b1

Please sign in to comment.