Fixed an extra space at the EOL

bug/bundler_fix
Craig Smith 2017-03-16 09:22:01 -07:00
parent f60dae0917
commit 78586f0dc9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class MetasploitModule < Msf::Post
print_line("Starting scan...")
(datastore['STARTID']..datastore['ENDID']).each do |id|
res = set_dsc(datastore['CANBUS'], id, id + 8, 1)
scanned_ids += 1
scanned_ids += 1
next if res.nil?
next unless res.key? "Packets"
next unless res["Packets"].empty?