[Pkg-owncloud-commits] [owncloud-client] 51/70: Folderwizard: Properly initialize all members

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:22 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 31469d6a3ee7b938700acbe879096f0ed3309694
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Fri Jun 20 13:38:36 2014 +0200

    Folderwizard: Properly initialize all members
    
    This fixes coverity CID 12916
---
 src/mirall/folderwizard.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/mirall/folderwizard.cpp b/src/mirall/folderwizard.cpp
index 7b6fa73..1641ec1 100644
--- a/src/mirall/folderwizard.cpp
+++ b/src/mirall/folderwizard.cpp
@@ -224,7 +224,10 @@ void FolderWizardLocalPath::slotChooseLocalFolder()
 // =================================================================================
 FolderWizardRemotePath::FolderWizardRemotePath()
     : FormatWarningsWizardPage()
+    , _ownCloudDirCheck(0)
+    , _dirChecked(false)
     ,_warnWasVisible(false)
+
 {
     _ui.setupUi(this);
     _ui.warnFrame->hide();

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