mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
dns: remove unused variable
This commit is contained in:
@@ -516,7 +516,7 @@ function dns.resolve(name, ipv6)
|
||||
return answer, answers
|
||||
end
|
||||
|
||||
return remote_resolve(name, ipv6, timeout)
|
||||
return remote_resolve(name, ipv6)
|
||||
end
|
||||
|
||||
return dns
|
||||
|
||||
Reference in New Issue
Block a user