Skip to content

Commit

Permalink
Making LegacyRegistryFinder use LegacyFileFinder.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov authored Nov 15, 2023
1 parent 8f94465 commit 6f3c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grr/server/grr_response_server/flows/general/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def GetDefaultArgs(cls, username=None):

def Start(self):
self.CallFlow(
file_finder.FileFinder.__name__,
file_finder.LegacyFileFinder.__name__,
paths=self.args.keys_paths,
pathtype=rdf_paths.PathSpec.PathType.REGISTRY,
conditions=_ConditionsToFileFinderConditions(self.args.conditions),
Expand Down

0 comments on commit 6f3c9ca

Please sign in to comment.