[Pkg-owncloud-commits] [owncloud-client] 21/70: Super useful source comment.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat May 17 20:01:26 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 370dd99e4785391ceefe04a863423da57f913cc2
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue May 6 09:30:36 2014 +0200

    Super useful source comment.
---
 src/mirall/propagator_qnam.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mirall/propagator_qnam.cpp b/src/mirall/propagator_qnam.cpp
index 08a2e4f..26ddba6 100644
--- a/src/mirall/propagator_qnam.cpp
+++ b/src/mirall/propagator_qnam.cpp
@@ -293,6 +293,8 @@ void PropagateUploadFileQNAM::slotPutFinished()
         return;
     }
 
+    // the following code only happens after all chunks were uploaded.
+    //
     // the file id should only be empty for new files up- or downloaded
     QByteArray fid = job->reply()->rawHeader("OC-FileID");
     if( !fid.isEmpty() ) {

-- 
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