bryancall commented on code in PR #12981:
URL: https://github.com/apache/trafficserver/pull/12981#discussion_r2955717665


##########
src/proxy/http/remap/unit-tests/plugin_testing_common.h:
##########
@@ -65,8 +65,8 @@ class PluginDebugObject
   }
 
   /* Input fields used to set the test behavior of the plugin call-backs */
-  bool  fail = false; /* tell the plugin call-back to fail for testing 
purposuses */
-  void *input_ih;     /* the value to be returned by the plugin instance init 
function */
+  bool  fail{false};       /* tell the plugin call-back to fail for testing 
purposuses */

Review Comment:
   Fixed in 1b3ab6b7a1: corrected `purposuses` to `purposes`. Thanks for 
catching this.



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