use correct preqrequisites

bug/bundler_fix
Brent Cook 2017-06-22 18:08:20 -05:00
parent 5e48a11e60
commit 3cf722a45d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class MetasploitModule < Msf::Auxiliary
case
when action.name == 'ADD'
# Prerequisite is that no A records exist for the name.
update.absent("#{domain}.", type)
update.absent("#{fqdn}.", type)
# Add two A records for the name.
update.add("#{fqdn}.", type_enum, 86400, value)
begin