[Pkg-owncloud-commits] [owncloud-client] 92/211: ownSql: Proper initialization of errId

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:30 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 ee8a93ae9af7d53d80040a66181c17c7870d2c5c
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Thu Oct 16 10:39:10 2014 +0200

    ownSql: Proper initialization of errId
---
 src/mirall/ownsql.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mirall/ownsql.cpp b/src/mirall/ownsql.cpp
index df58294..6a5ca35 100644
--- a/src/mirall/ownsql.cpp
+++ b/src/mirall/ownsql.cpp
@@ -25,7 +25,8 @@
 namespace Mirall {
 
 SqlDatabase::SqlDatabase()
-    :_db(0)
+    :_db(0),
+      _errId(0)
 {
 
 }

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