traeak commented on code in PR #9764:
URL: https://github.com/apache/trafficserver/pull/9764#discussion_r1213501768


##########
plugins/experimental/parent_select/parent_select.cc:
##########
@@ -271,31 +272,37 @@ TSRemapNewInstance(int argc, char *argv[], void **ih, 
char *errbuff, int errbuff
     return TS_ERROR;
   }
 
-  const char *remap_from       = argv[0];
-  const char *remap_to         = argv[1];
-  const char *config_file_path = argv[2];
-  const char *strategy_name    = argv[3];
+  const char *remap_from                 = argv[0];
+  const char *remap_to                   = argv[1];
+  std::filesystem::path config_file_path = argv[2];

Review Comment:
   did that



-- 
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