Revert what looks like an errant debug mode

unstable
HD Moore 2012-07-03 20:32:19 -05:00
parent 64364e3f16
commit d266dc6031
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ protected
resp.body = ""
conn_id = $1
if true # if not self.conn_ids.include?(conn_id)
if not self.conn_ids.include?(conn_id)
print_status("Incoming orphaned session #{conn_id}, reattaching...")
conn_ids << conn_id