Skip to content

Commit

Permalink
add hostname logging to tcppm
Browse files Browse the repository at this point in the history
  • Loading branch information
z3APA3A committed Apr 18, 2018
1 parent 10a8feb commit a8b79d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcppm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit a8b79d5

Please sign in to comment.