Change = to ==

This is an if condition, not an assignment
bug/bundler_fix
sinn3r 2014-07-14 14:53:27 -05:00
parent 8f51fd0e45
commit b5e556519b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class Metasploit3 < Msf::Post
db = {}
end
if dbfound = true
if dbfound == true
# get the alias
if (line =~ /<Alias>([\S+\s+]+)<\/Alias>/i)
db[:Alias] = $1