Github user masaori335 commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/686#discussion_r65416448
--- Diff: mgmt/WebMgmtUtils.h ---
@@ -113,7 +113,7 @@ bool recordRangeCheck(const char *pattern, const char
*value);
bool recordIPCheck(const char *pattern, const char *value);
bool recordRestartCheck(const char *varName);
-void fileCheckSum(char *buffer, int size, char *checksum, const size_t
checksumSize);
+void fileCheckSum(char *buffer, int size, char *checksum);
--- End diff --
I could not find any call of `fileCheckSum`. Should we remove this too?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---