mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove unnecessary variable shadowing logically the same parameter
This commit is contained in:
parent
790deb7daf
commit
5daccaed1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue