lib/metasploit/aggregator/router.rb in metasploit-aggregator-0.1.2 vs lib/metasploit/aggregator/router.rb in metasploit-aggregator-0.1.3

- old
+ new

@@ -58,10 +58,9 @@ next unless remote_uuid == uuid while !request.empty? @queue_by_uuid[uuid] << request.pop end end - [] unless @queue_by_uuid[uuid].length > 0 [@queue_by_uuid[uuid], nil, uuid] end end end end \ No newline at end of file