diff options
author | the xhr <xhr@giessen.ccc.de> | 2021-08-25 14:09:05 +0200 |
---|---|---|
committer | the xhr <xhr@giessen.ccc.de> | 2021-08-25 14:09:05 +0200 |
commit | c750ce60c005d076a9123346acf7e186c7a87610 (patch) | |
tree | 8450ab332d93c3fd88e86fed0bbf831ec391a0b7 | |
parent | cebc5223abdec2d1d1862960ff0c473850eba134 (diff) |
Uncommented line by accident
-rw-r--r-- | twind.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ handle_incoming_connections(int counter, int tcpsock, SSL_CTX *sslctx) 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"); |