summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-11-13 19:56:40 +0100
committerGitHub <noreply@github.com>2019-11-13 19:56:40 +0100
commita78d05a42e4a5ca6c41ff6535cf535a6b052fa4f (patch)
tree486a8e696b7fdb38ea65d30ecdd32fef4aaf7843 /apps
parent6708ed71a97a9c0b44df4b99bb3a34a8887ab1ba (diff)
parent6a1f4b1801de6130efefce436f10c0f52e4036e9 (diff)
downloadnextcloud-server-a78d05a42e4a5ca6c41ff6535cf535a6b052fa4f.tar.gz
nextcloud-server-a78d05a42e4a5ca6c41ff6535cf535a6b052fa4f.zip
Merge pull request #17925 from nextcloud/backport/17873/stable17
[stable17] Make timeout a optional parameter
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/lib/Lib/Backend/SMB.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/lib/Lib/Backend/SMB.php b/apps/files_external/lib/Lib/Backend/SMB.php
index a1fcd7fe305..e9bb5665606 100644
--- a/apps/files_external/lib/Lib/Backend/SMB.php
+++ b/apps/files_external/lib/Lib/Backend/SMB.php
@@ -55,6 +55,7 @@ class SMB extends Backend {
->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)