[Pkg-owncloud-commits] [owncloud-client] 54/83: No need to check for case preserving filesystem here.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 31 11:31:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 449c00f019cebc8b4f0c6d548da49ece62525046
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon May 26 18:18:32 2014 +0200

    No need to check for case preserving filesystem here.
    
    That is done in the utility function instead.
---
 src/mirall/propagator_qnam.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/propagator_qnam.cpp b/src/mirall/propagator_qnam.cpp
index 5acfa08..78a0cd8 100644
--- a/src/mirall/propagator_qnam.cpp
+++ b/src/mirall/propagator_qnam.cpp
@@ -439,7 +439,7 @@ void PropagateDownloadFileQNAM::start()
     qDebug() << Q_FUNC_INFO << _item._file << _propagator->_activeJobs;
 
     // do a case clash check.
-    if( Utility::fsCasePreserving() && _propagator->localFileNameClash(_item._file) ) {
+    if( _propagator->localFileNameClash(_item._file) ) {
         done( SyncFileItem::NormalError, tr("File %1 can not be downloaded because of a local file name clash!")
               .arg(QDir::toNativeSeparators(_item._file)) );
         return;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list