Remove extraneous nil

Didn't need it, forgot to remove it.
This commit is contained in:
William Vu 2015-10-07 01:10:33 -05:00
parent 2e2d27d53a
commit 0182f394b4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Metasploit4 < Msf::Auxiliary
register_options([
Opt::RPORT(53),
OptAddress.new('SRC_ADDR', [false, 'Source address to spoof', nil])
OptAddress.new('SRC_ADDR', [false, 'Source address to spoof'])
])
deregister_options('PCAPFILE', 'FILTER', 'SNAPLEN', 'TIMEOUT')