Fix minor issue with the conversion change.

This commit is contained in:
Mike Auty
2018-12-13 21:38:20 +00:00
parent d9369001d4
commit 04c5007fbb
@@ -138,8 +138,7 @@ class UserAssist(interfaces.plugins.PluginInterface):
# each guid key should have a Count key in it
for countkey in guidkey.get_subkeys():
countkey_path = countkey.get_key_path()
countkey_last_write_time = volatility.framework.renderers.conversion.wintime_to_datetime(
countkey.LastWriteTime.QuadPart)
countkey_last_write_time = conversion.wintime_to_datetime(countkey.LastWriteTime.QuadPart)
# output the parent Count key
result = (0,