1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

plugin names can't have spaces (patch from Zate)

git-svn-id: file:///home/svn/framework3/trunk@10960 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-11-09 17:21:30 +00:00
parent 13b15c9a2c
commit e03272a97f

View File

@ -1869,7 +1869,7 @@ module Msf
# This method returns a short, friendly name for the plugin.
#
def name
"nessus bridge"
"nessus"
end
#