commit c750ce60c005d076a9123346acf7e186c7a87610 from: the xhr date: Wed Aug 25 12:09:05 2021 UTC Uncommented line by accident commit - cebc5223abdec2d1d1862960ff0c473850eba134 commit + c750ce60c005d076a9123346acf7e186c7a87610 blob - b7d10f05e2c3b531b4834c9ae47b067d2326861d blob + bf3790cfaa6690bd77a8390a5557cb1abf5f1a90 --- twind.c +++ twind.c @@ -260,7 +260,7 @@ handle_incoming_connections(int counter, int tcpsock, inet_ntop(addr.ss_family, get_in_addr((struct sockaddr *)&addr), str, sizeof(str)); strlcpy(cc->client_addr, str, INET6_ADDRSTRLEN); - //log_info("Connection from %s", cc->client_addr); + log_info("Connection from %s", cc->client_addr); if ((cc->ssl_peer = SSL_new(sslctx)) == NULL) { log_warn("Creating new TLS structure failed");