1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove unnecessary variable shadowing logically the same parameter

This commit is contained in:
nnposter
2025-11-25 03:03:26 +00:00
parent 790deb7daf
commit 5daccaed1d

View File

@@ -360,7 +360,7 @@ Helper = {
end,
getQueueInfo = function(self, uri)
local uri = uri or ("ipp://%s/"):format(self.host.ip)
uri = uri or ("ipp://%s/"):format(self.host.ip)
local attribs = {
IPP.Attribute:new(IPP.Attribute.IPP_TAG_CHARSET, "attributes-charset", "utf-8" ),