Skip to content

Commit

Permalink
fix(dns): delete duplicate variable definition
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
  • Loading branch information
zhaojh329 committed Mar 27, 2024
1 parent 920c7d4 commit aab1e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.lua
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function M.query(qname, opts)
qname = qname .. '.' .. resolvconf.search
end

local s, answers, req, err
local s, answers, req

for _, nameserver in ipairs(nameservers) do
local id = get_next_transaction_id()
Expand Down

0 comments on commit aab1e70

Please sign in to comment.