Fix table printing.

bug/bundler_fix
scriptjunkie 2014-07-09 21:46:34 -05:00
parent aeaff16f88
commit 2cd9577278
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class Metasploit3 < Msf::Post
tables = Rex::Parser::GPP.create_tables(results, filetype, xmlfile[:domain], xmlfile[:dc])
tables.each do |table|
table.print
print_good table.to_s
end
results.each do |result|