mirror of
https://github.com/3proxy/3proxy.git
synced 2026-05-13 13:57:26 +00:00
add hostname logging to tcppm
This commit is contained in:
parent
10a8febb0d
commit
a8b79d5df5
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ void * tcppmchild(struct clientparam* param) {
|
|||
RETURN (sockmap(param, conf.timeouts[CONNECTION_L]));
|
||||
CLEANRET:
|
||||
|
||||
(*param->srv->logfunc)(param, NULL);
|
||||
(*param->srv->logfunc)(param, param->hostname);
|
||||
freeparam(param);
|
||||
return (NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue