You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/08/05 15:44:00 UTC

[GitHub] [trafficserver] AD5GB opened a new pull request #7087: Fix eval_ip compile - missing const.

AD5GB opened a new pull request #7087:
URL: https://github.com/apache/trafficserver/pull/7087


   Signed-off-by: Randy DuCharme <ra...@gmail.com>
   
   Corrects the following compile error:
   ../../trafficserver/plugins/experimental/maxmind_acl/mmdb.cc:540:6: error: out-of-line definition of 'eval_ip' does not match any declaration in 'Acl'
   Acl::eval_ip(const sockaddr *sock) const
        ^~~~~~~
   ../../trafficserver/plugins/experimental/maxmind_acl/mmdb.h:107:11: note: member declaration does not match because it is not const qualified
     ipstate eval_ip(const sockaddr *sock);
             ^                           ~
     CXX      experimental/money_trace/money_trace.lo
   1 error generated.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] randall commented on pull request #7087: Fix eval_ip compile - missing const.

Posted by GitBox <gi...@apache.org>.
randall commented on pull request #7087:
URL: https://github.com/apache/trafficserver/pull/7087#issuecomment-669272027


   [approve ci]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] zwoop merged pull request #7087: Fix eval_ip compile - missing const.

Posted by GitBox <gi...@apache.org>.
zwoop merged pull request #7087:
URL: https://github.com/apache/trafficserver/pull/7087


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [trafficserver] randall commented on pull request #7087: Fix eval_ip compile - missing const.

Posted by GitBox <gi...@apache.org>.
randall commented on pull request #7087:
URL: https://github.com/apache/trafficserver/pull/7087#issuecomment-669313284


   [approve ci autest]


----------------------------------------------------------------
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:
users@infra.apache.org