X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Fconnection.c;fp=src%2Fconnection.c;h=2c70b7d4f082f8fa9de3b256685e91ec23be3fc9;hp=4538f7532fd5681bf49c775c80ee36dd00f817c5;hb=1628e631d4c9609d037935d0a3229c2241d238ca;hpb=636a400063eee95cfecaa4c4a655b0fbf032e210 diff --git a/src/connection.c b/src/connection.c index 4538f75..2c70b7d 100644 --- a/src/connection.c +++ b/src/connection.c @@ -207,7 +207,7 @@ void handle_connection(int client_socket) { LOG(DEBUG1, "connection to server established"); /* If the -u option is used and we don't know this hostname's server - * certificate then just pass through the connection and let the client + * certificate, then just pass through the connection and let the client * verify the server certificate. */ if (global_passthrough_unknown) { char path[TLSPROXY_MAX_PATH_LENGTH];