msftidy fix
parent
09320ece91
commit
5435c7a5eb
|
@ -88,7 +88,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
apci_data += String([$tx].pack('v'))
|
||||
apci_data += String([$rx].pack('v'))
|
||||
$rx=$rx+2
|
||||
$tx = $tx + 2
|
||||
$tx = $tx + 2
|
||||
apci_data += asdu_data
|
||||
apci_data
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue