Small fixes in tcp_acceptor
This commit is contained in:
@ -118,6 +118,7 @@ static int tcp_acceptor(client_ctx_t *ctx) {
|
||||
}
|
||||
|
||||
void tcp_close(client_ctx_t *ctx) {
|
||||
errno = 0;
|
||||
logger_set_prefix("[%*s]%s", INET6_ADDRSTRLEN, ctx->socket.s_addr, ctx->log_prefix);
|
||||
|
||||
sock_close(&ctx->socket);
|
||||
|
Reference in New Issue
Block a user