Bah, missed changes after refactor

Thanks, travis-ci!
This commit is contained in:
James Lee
2013-08-29 23:39:29 -05:00
parent 63adde2429
commit 49bfc84ea6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,11 +21,11 @@ class Msf::Post < Msf::Module
def setup; end
def type
MODULE_POST
Msf::MODULE_POST
end
def self.type
MODULE_POST
Msf::MODULE_POST
end
#
+1 -1
View File
@@ -16,7 +16,7 @@ module Msf::PostMixin
super
register_options( [
OptInt.new('SESSION', [ true, "The session to run this module on." ])
Msf::OptInt.new('SESSION', [ true, "The session to run this module on." ])
] , Msf::Post)
# Default stance is active