Skip to content

Commit 0182f39

Browse files
committed
Remove extraneous nil
Didn't need it, forgot to remove it.
1 parent 2e2d27d commit 0182f39

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)