changeset 574:e32ae933391f

Initialised private member variable mNeedsReset for SSLConnection in constructor (cppcheck-1.65 warning).
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 23 May 2014 22:07:25 +0200
parents 2276f1925468
children ab2d62fe2815
files ui/sslconnection.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ui/sslconnection.cpp	Fri May 23 16:23:29 2014 +0000
+++ b/ui/sslconnection.cpp	Fri May 23 22:07:25 2014 +0200
@@ -31,6 +31,7 @@
     mPinnedCert(certificate),
     mInitialized(false),
     mConnected(false),
+    mNeedsReset(false),
     mServerFD(-1),
     mErrorState(NoError)
 {

http://wald.intevation.org/projects/trustbridge/