[Pkg-owncloud-commits] [owncloud-client] 11/30: Do proper initialization of _fetchJobInProgress.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Mar 15 21:28:29 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 b8e52304bd86f32ed2cc6c68cb1a8f4a95a87b4d
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Mar 3 16:33:59 2014 +0100

    Do proper initialization of _fetchJobInProgress.
    
    That confused win32, since this flag was true very often.
---
 src/creds/httpcredentials.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/creds/httpcredentials.cpp b/src/creds/httpcredentials.cpp
index 736c299..33b74ce 100644
--- a/src/creds/httpcredentials.cpp
+++ b/src/creds/httpcredentials.cpp
@@ -94,8 +94,10 @@ private:
 HttpCredentials::HttpCredentials()
     : _user(),
       _password(),
-      _ready(false)
-{}
+      _ready(false),
+      _fetchJobInProgress(false)
+{
+}
 
 HttpCredentials::HttpCredentials(const QString& user, const QString& password)
     : _user(user),

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