Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2019-02-06 17:36:06 +0300
committerRobin Appelman <robin@icewind.nl>2019-02-06 18:08:58 +0300
commit89b0d28cb44e556159bdb7e5bd99dfb6f7b54880 (patch)
tree08185e118dae22a8e14232ede599fdc4843f6ccd /apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php
parent49ae3a3daa3ea479902386792b34359cbc8a8fdf (diff)
update icewind/smb to 3.1.0
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php')
-rw-r--r--apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php b/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php
index 9510a6dc277..0e91202cb76 100644
--- a/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php
+++ b/apps/files_external/3rdparty/icewind/smb/src/KerberosAuth.php
@@ -45,5 +45,4 @@ class KerberosAuth implements IAuth {
smbclient_option_set($smbClientState, SMBCLIENT_OPT_USE_KERBEROS, true);
smbclient_option_set($smbClientState, SMBCLIENT_OPT_FALLBACK_AFTER_KERBEROS, false);
}
-
}