From 5daccaed1d27d771b2ca1b79820541a1fd9695d1 Mon Sep 17 00:00:00 2001 From: nnposter Date: Tue, 25 Nov 2025 03:03:26 +0000 Subject: [PATCH] Remove unnecessary variable shadowing logically the same parameter --- nselib/ipp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/ipp.lua b/nselib/ipp.lua index 1918d767a..28b8c3435 100644 --- a/nselib/ipp.lua +++ b/nselib/ipp.lua @@ -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" ),