fixed warnings created by load->unload->load msgrpc
This commit is contained in:
parent
77b1125e77
commit
adfd6ff978
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue