Skip to content

Commit d8db8b1

Browse files
authored
Merge pull request #17873 from nextcloud/fix/17846/make-timeout-opt
Make timeout a optional parameter
2 parents eee21c8 + 2bd591f commit d8db8b1

File tree

1 file changed

+1
-0
lines changed
  • apps/files_external/lib/Lib/Backend

1 file changed

+1
-0
lines changed

apps/files_external/lib/Lib/Backend/SMB.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
5555
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
5656
(new DefinitionParameter('timeout', $l->t('Timeout')))
5757
->setType(DefinitionParameter::VALUE_HIDDEN)
58+
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
5859
])
5960
->addAuthScheme(AuthMechanism::SCHEME_PASSWORD)
6061
->addAuthScheme(AuthMechanism::SCHEME_SMB)

0 commit comments

Comments
 (0)