We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 188d7f6 + c401458 commit 4f15dddCopy full SHA for 4f15ddd
1 file changed
apps/files_external/lib/Lib/Backend/SMB.php
@@ -70,7 +70,7 @@ public function manipulateStorageConfig(StorageConfig &$storage, ?IUser $user =
70
71
$smbAuth = new BasicAuth(
72
$storage->getBackendOption('user'),
73
- $storage->getBackendOption('domain'),
+ $storage->getBackendOption('domain') ?: null,
74
$storage->getBackendOption('password')
75
);
76
} else {
0 commit comments