From a63f1cb8307e14297e615a767a9948d2688f104f Mon Sep 17 00:00:00 2001 From: HD Moore Date: Thu, 8 Sep 2011 05:30:37 +0000 Subject: [PATCH] Make the comment honest git-svn-id: file:///home/svn/framework3/trunk@13708 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/core/handler/reverse_http.rb | 1 + lib/msf/core/handler/reverse_https.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/msf/core/handler/reverse_http.rb b/lib/msf/core/handler/reverse_http.rb index 7c9a38030d..ead8bbf95f 100644 --- a/lib/msf/core/handler/reverse_http.rb +++ b/lib/msf/core/handler/reverse_http.rb @@ -91,6 +91,7 @@ module ReverseHttp # Simply calls stop handler to ensure that things are cool. # def cleanup_handler + stop_handler end # diff --git a/lib/msf/core/handler/reverse_https.rb b/lib/msf/core/handler/reverse_https.rb index 3624eb64b8..1b747d729a 100644 --- a/lib/msf/core/handler/reverse_https.rb +++ b/lib/msf/core/handler/reverse_https.rb @@ -92,6 +92,7 @@ module ReverseHttps # Simply calls stop handler to ensure that things are cool. # def cleanup_handler + stop_handler end #