| 620 | } |
| 621 | |
| 622 | void lognone(struct clientparam * param, const unsigned char *s) { |
| 623 | if(param->trafcountfunc)(*param->trafcountfunc)(param); |
| 624 | clearstat(param); |
| 625 | } |
| 626 | unsigned char tmpbuf[8192]; |
| 627 | |
| 628 | void logstdout(struct clientparam * param, const unsigned char *s) { |
nothing calls this directly
no test coverage detected