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:
@@ -360,7 +360,7 @@ Helper = {
|
|||||||
end,
|
end,
|
||||||
|
|
||||||
getQueueInfo = function(self, uri)
|
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 = {
|
local attribs = {
|
||||||
IPP.Attribute:new(IPP.Attribute.IPP_TAG_CHARSET, "attributes-charset", "utf-8" ),
|
IPP.Attribute:new(IPP.Attribute.IPP_TAG_CHARSET, "attributes-charset", "utf-8" ),
|
||||||
|
|||||||
Reference in New Issue
Block a user