[Pkg-owncloud-commits] [owncloud-client] 71/332: network limits: Fix warning

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:40 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 18e9357aaf6d276f2a3f4773f432a6c83855486e
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Sat Jun 7 12:20:54 2014 +0200

    network limits: Fix warning
    
    About the order of initialization
---
 src/mirall/syncengine.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mirall/syncengine.h b/src/mirall/syncengine.h
index 5d11d34..6aeb384 100644
--- a/src/mirall/syncengine.h
+++ b/src/mirall/syncengine.h
@@ -128,8 +128,8 @@ private:
 
     bool _hasFiles; // true if there is at least one file that is not ignored or removed
 
-    int _downloadLimit;
     int _uploadLimit;
+    int _downloadLimit;
 };
 
 

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