Suppress the SVACE issue 00/147500/4
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Mon, 4 Sep 2017 13:11:39 +0000 (15:11 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Mon, 11 Sep 2017 11:26:20 +0000 (13:26 +0200)
This should be fixed in the future by introducing proper interfaces so
private class members won't have to be added to the RMI

Change-Id: I4ab07f44a2991e63cd1489dcfbaaa1bceaa20647

lib/extension-encryption.cpp

index fce932c..637324e 100644 (file)
@@ -18,7 +18,8 @@
 namespace ode {
 
 ExtensionEncryption::ExtensionEncryption(ODEControlContext& ctx) :
-       context(ctx)
+       context(ctx),
+       currentReq(Request::NONE)
 {
 }