Skip to content

Commit

Permalink
fixed warnings created by load->unload->load msgrpc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNaterz committed Jun 9, 2017
1 parent 77b1125 commit adfd6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/msgrpc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adfd6ff

Please sign in to comment.