From 55a93073eb3c87541d20c41c8794a0d649079363 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 13 Jan 2016 00:11:30 +0000 Subject: [PATCH] Use the data level to produce the class initialization variables. --- volatility/framework/configuration/depresolver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility/framework/configuration/depresolver.py b/volatility/framework/configuration/depresolver.py index 786fde15e..327dfc767 100644 --- a/volatility/framework/configuration/depresolver.py +++ b/volatility/framework/configuration/depresolver.py @@ -57,7 +57,7 @@ class DataLayerDependencyResolver(validity.ValidityRoutines): counter += 1 # Construct the layer - requirement_dict = node_config + requirement_dict = node_config.data context.add_layer(branch(context, layer_name, **requirement_dict)) context.config[node_path] = layer_name break