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


##########
src/iocore/net/SSLSNIConfig.cc:
##########
@@ -77,6 +77,7 @@ NamedElement::operator=(NamedElement &&other)
   if (this != &other) {
     match               = std::move(other.match);
     inbound_port_ranges = std::move(other.inbound_port_ranges);
+    rank                = other.rank;

Review Comment:
   This is the bug fix. ⬆️
   
   The rest of the changes are more tests and an updated config.



-- 
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: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to