Explorar o código

server: remove duplicate handshake complete log message

ambrop7 %!s(int64=14) %!d(string=hai) anos
pai
achega
0e3bf91465
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      server/server.c

+ 0 - 2
server/server.c

@@ -1161,8 +1161,6 @@ void client_sslcon_handler (struct client_data *client, int event)
         return;
     }
     
-    client_log(client, BLOG_INFO, "handshake complete");
-    
     // get client certificate
     CERTCertificate *cert = SSL_PeerCertificate(client->ssl_prfd);
     if (!cert) {