mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 19:27:39 +02:00
Fix get_path_file call
This commit is contained in:
@@ -255,7 +255,7 @@ class LinuxUtilities(object):
|
||||
pre_name = "pipe"
|
||||
|
||||
elif sym == "simple_dname":
|
||||
pre_name = self._get_path_file(filp)
|
||||
pre_name = cls._get_path_file(task, filp)
|
||||
|
||||
else:
|
||||
pre_name = "<unsupported d_op symbol: {0}>".format(sym)
|
||||
|
||||
Reference in New Issue
Block a user