From: Lukasz Pawelczyk Date: Mon, 4 Sep 2017 13:11:39 +0000 (+0200) Subject: Suppress the SVACE issue X-Git-Tag: submit/tizen/20170918.080130~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d64f640a028184a528cd253a1f3c79f1dbb0052a;p=platform%2Fcore%2Fsecurity%2Fode.git Suppress the SVACE issue 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 --- diff --git a/lib/extension-encryption.cpp b/lib/extension-encryption.cpp index fce932c..637324e 100644 --- a/lib/extension-encryption.cpp +++ b/lib/extension-encryption.cpp @@ -18,7 +18,8 @@ namespace ode { ExtensionEncryption::ExtensionEncryption(ODEControlContext& ctx) : - context(ctx) + context(ctx), + currentReq(Request::NONE) { }