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 fce932cb947d5b6dc07ab85e3002dfbc4f1af4ad..637324e85f8a68e5457085857daf07184c50a783 100644 (file)
@@ -18,7 +18,8 @@
 namespace ode {
 
 ExtensionEncryption::ExtensionEncryption(ODEControlContext& ctx) :
-       context(ctx)
+       context(ctx),
+       currentReq(Request::NONE)
 {
 }