bneradt commented on code in PR #9355:
URL: https://github.com/apache/trafficserver/pull/9355#discussion_r1093823180
##########
iocore/dns/SplitDNS.cc:
##########
@@ -407,7 +407,7 @@ SplitDNSRecord::ProcessDomainSrchList(char *val)
for (int i = 0; i < numTok; i++) {
const char *current = pTok[i];
- int cnt = sz += strlen(current);
+ int cnt = sz += strlen(current);
Review Comment:
This is an interesting change. Most of the other changes add alignment with
the previous `=` or whatever, this removes it. (This isn't a problem, just
something that caught my eye.)
--
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]