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" ),