Skip to content

Commit f3bb0ec

Browse files
committed
moved table <<
1 parent c0e594e commit f3bb0ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/post/windows/gather/enum_prefetch.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ def gather_prefetch_info(name_offset, hash_offset, lastrun_offset, runcount_offs
107107
phash = hash['lpBuffer'].unpack('h*')[0].reverse
108108
lmod = lm['Modified'].utc
109109
creat = ct['Created'].utc
110+
table << [lmod, creat,prun,phash,pname]
110111
end
111-
112-
table << [lmod,creat,prun,phash,pname]
113112
client.railgun.kernel32.CloseHandle(handle)
114113
end
115114
end

0 commit comments

Comments
 (0)