From d889228259d98b29c0a4668af45b8a43c14d5983 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 10 May 2020 15:29:47 +0200 Subject: Core/DataStores: Allow loading encrypted sections when key is known when reading from casc storage Closes #24456 --- src/common/DataStores/DB2FileSystemSource.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/DataStores/DB2FileSystemSource.cpp') diff --git a/src/common/DataStores/DB2FileSystemSource.cpp b/src/common/DataStores/DB2FileSystemSource.cpp index 8a154fb480a..beb764cb01e 100644 --- a/src/common/DataStores/DB2FileSystemSource.cpp +++ b/src/common/DataStores/DB2FileSystemSource.cpp @@ -61,3 +61,8 @@ char const* DB2FileSystemSource::GetFileName() const { return _fileName.c_str(); } + +DB2EncryptedSectionHandling DB2FileSystemSource::HandleEncryptedSection(DB2SectionHeader const& /*sectionHeader*/) const +{ + return DB2EncryptedSectionHandling::Skip; +} -- cgit v1.2.3