summaryrefslogtreecommitdiff
path: root/src/manager/service/key-provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/manager/service/key-provider.h')
-rw-r--r--src/manager/service/key-provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager/service/key-provider.h b/src/manager/service/key-provider.h
index ed47b586..23523fae 100644
--- a/src/manager/service/key-provider.h
+++ b/src/manager/service/key-provider.h
@@ -165,7 +165,7 @@ public:
private:
// KeyAndInfoContainer class
- std::shared_ptr<KeyAndInfoContainer> m_kmcDKEK;
+ std::shared_ptr<KeyAndInfoContainer> m_domainKEK;
bool m_isInitialized;
};