fixed warnings created by load->unload->load msgrpc

This commit is contained in:
TheNaterz 2017-06-09 11:41:46 -06:00
parent 77b1125e77
commit adfd6ff978
1 changed files with 2 additions and 2 deletions

View File

@ -21,12 +21,12 @@ class Plugin::MSGRPC < Msf::Plugin
#
# The default local hostname that the server listens on.
#
DefaultHost = "127.0.0.1"
DefaultHost ||= "127.0.0.1"
#
# The default local port that the server listens on.
#
DefaultPort = 55552
DefaultPort ||= 55552
#
# ServerPort