diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-02-19 15:18:12 -0800 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-02-19 15:18:12 -0800 |
commit | 38782036798dbe0a34995a3fca0aa92583cb9099 (patch) | |
tree | a999e79775f1e539ff9fb0d55e346721b4b0740d /apps/files_external/lib/sftp.php | |
parent | 99758dce2b9e014081c27ff35b1df9e16f9eb430 (diff) | |
parent | 451daf3ab14edde76f4d04e6fe41519cf517fe47 (diff) | |
download | nextcloud-server-38782036798dbe0a34995a3fca0aa92583cb9099.tar.gz nextcloud-server-38782036798dbe0a34995a3fca0aa92583cb9099.zip |
Merge pull request #1731 from owncloud/unknown-freespace
Give storage backends the option to define having no known free space
Diffstat (limited to 'apps/files_external/lib/sftp.php')
-rw-r--r-- | apps/files_external/lib/sftp.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_external/lib/sftp.php b/apps/files_external/lib/sftp.php index 3527f50ec98..785eb7dfc42 100644 --- a/apps/files_external/lib/sftp.php +++ b/apps/files_external/lib/sftp.php @@ -242,10 +242,6 @@ class SFTP extends \OC\Files\Storage\Common { } } - public function free_space($path) { - return -1; - } - public function touch($path, $mtime=null) { try { if (!is_null($mtime)) return false; |