mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-05 09:17:38 +02:00
Fix up typo in symbols interface for native_structures (now natives).
This commit is contained in:
@@ -15,7 +15,7 @@ class SymbolTableInterface(validity.ValidityRoutines):
|
||||
if name:
|
||||
self._type_check(name, str)
|
||||
self.name = name or None
|
||||
self.native_structures = native_structures
|
||||
self._native_structures = native_structures
|
||||
|
||||
# ## Required Constant symbol functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user