diff ui/sslconnection.cpp @ 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 f8b480b08532
children
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/