freak82 opened a new issue, #11373: URL: https://github.com/apache/trafficserver/issues/11373
Hi there, [This constructor of LogField](https://github.com/apache/trafficserver/blob/master/src/proxy/logging/LogField.cc#L330) takes `SetFunc _setfunc` but it doesn't set its member `m_set_func` to it. Instead it sets `m_set_func(nullptr)`. The passed `_setfunc` is unused in this function. So, my question is if this is intentional or the `m_set_func` member should be initialized with the passed `_setfunc`? -- 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]
