This is an automated email from the ASF dual-hosted git repository.
dmeden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new a520058b3a Coverity: Fix a few copy instad of move warnings. (#11799)
a520058b3a is described below
commit a520058b3a32f4a00ca5820bc68138fb242cbd13
Author: Damian Meden <[email protected]>
AuthorDate: Wed Oct 2 12:19:39 2024 +0200
Coverity: Fix a few copy instad of move warnings. (#11799)
CID-1544426
CID-1544432
CID-1544445
---
src/proxy/http/remap/unit-tests/test_RemapPlugin.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/proxy/http/remap/unit-tests/test_RemapPlugin.cc
b/src/proxy/http/remap/unit-tests/test_RemapPlugin.cc
index b32266d2e1..f611888800 100644
--- a/src/proxy/http/remap/unit-tests/test_RemapPlugin.cc
+++ b/src/proxy/http/remap/unit-tests/test_RemapPlugin.cc
@@ -83,7 +83,7 @@ public:
};
RemapPluginUnitTest *
-setupSandBox(const fs::path configPath)
+setupSandBox(const fs::path &configPath)
{
std::string error;
clean();