Skip to content

Commit

Permalink
Revert what looks like an errant debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HD Moore committed Jul 4, 2012
1 parent 64364e3 commit d266dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/handler/reverse_https.rb
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def on_request(cli, req, obj)
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

Expand Down

0 comments on commit d266dc6

Please sign in to comment.