AD5GB opened a new pull request #7093: URL: https://github.com/apache/trafficserver/pull/7093
Signed-off-by: Randy DuCharme <[email protected]> This corrects the following: CXX experimental/memcache/tsmemcache_la-tsmemcache.lo ../../trafficserver/plugins/experimental/maxmind_acl/mmdb.cc:280:6: error: out-of-line definition of 'parseregex' does not match any declaration in 'Acl' Acl::parseregex(const YAML::Node ®ex, bool allow) ^~~~~~~~~~ ../../trafficserver/plugins/experimental/maxmind_acl/mmdb.h:106:25: note: type of 1st parameter of member declaration does not match definition ('const YAML::Node' vs 'const YAML::Node &') void parseregex(const YAML::Node regex, bool allow); ^ 1 error generated. make[2]: *** [Makefile:5823: experimental/maxmind_acl/mmdb.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/randy/Projects/Apache/ats-build/plugins' make[1]: *** [Makefile:6628: all-recursive] Error 1 make[1]: Leaving directory '/home/randy/Projects/Apache/ats-build/plugins' make: *** [Makefile:854: all-recursive] Error 1 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
