Skip to content

Commit ddea0ea

Browse files
committed
Fix rapid7#5797, extraneous nil fix
2 parents 5fac0a6 + 0182f39 commit ddea0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/dos/dns/bind_tkey.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def initialize(info = {})
4040

4141
register_options([
4242
Opt::RPORT(53),
43-
OptAddress.new('SRC_ADDR', [false, 'Source address to spoof', nil])
43+
OptAddress.new('SRC_ADDR', [false, 'Source address to spoof'])
4444
])
4545

4646
deregister_options('PCAPFILE', 'FILTER', 'SNAPLEN', 'TIMEOUT')

0 commit comments

Comments
 (0)