aboutsummaryrefslogtreecommitdiff
path: root/src/common/DataStores/DB2FileSystemSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/DataStores/DB2FileSystemSource.cpp')
-rw-r--r--src/common/DataStores/DB2FileSystemSource.cpp5
1 files changed, 5 insertions, 0 deletions
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;
+}