JosiahWI commented on code in PR #13686:
URL: https://github.com/apache/trafficserver/pull/13686#discussion_r4017622578


##########
src/mgmt/rpc/server/unit_tests/test_rpcserver.cc:
##########
@@ -106,8 +106,10 @@ DbgCtl           dbg_ctl{"rpc.test.client"};
 bool
 try_setup_rpc_test_paths(fs::path const &base, std::string &error)
 {
-  auto const dir_template = (base / rpc_test_dir_template).string();
-  auto const socket_path  = (fs::path{dir_template} / 
rpc_test_socket_name).string();
+  fs::path const     template_path    = base / rpc_test_dir_template;

Review Comment:
   You're right, I was looking at the wrong source file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to