mirror of
https://github.com/anope/anope.git
synced 2026-06-28 18:36:39 +02:00
fixed a log message showing the wrong IP
This commit is contained in:
@@ -75,8 +75,8 @@ class MyHTTPClient : public HTTPClient
|
||||
|
||||
if (this->header.headers.count(token))
|
||||
{
|
||||
Log(LOG_DEBUG, "httpd") << "m_httpd: IP for connection " << this->GetFD() << " changed to " << this->ip;
|
||||
this->ip = this->header.headers[token];
|
||||
Log(LOG_DEBUG, "httpd") << "m_httpd: IP for connection " << this->GetFD() << " changed to " << this->ip;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user