1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-16 03:19:01 +00:00
Files
nmap/nselib/dns.lua
jah 3235065a1e Fixed: dns.query() calls dns.sendPackets() with the wrong number of parameters
which makes the 'to' value in a for .. to loop of type 'nil' - causing:

nselib/dns.lua:54: 'for' limit must be a number
stack traceback:
	nselib/dns.lua:54: in function 'sendPackets'
	nselib/dns.lua:194: in function 'query'
2009-04-28 22:41:53 +00:00

22 KiB