X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fconnection.c;h=184ee5a4231a302ee520dfecb05b845cdde0e4bb;hb=7eba49d24d56288d83746f3f0ce383d7c0c36552;hp=4538f7532fd5681bf49c775c80ee36dd00f817c5;hpb=1af69c9609af41165498e7a1bfda3f32744f12fe;p=tlsproxy%2Ftlsproxy.git diff --git a/src/connection.c b/src/connection.c index 4538f75..184ee5a 100644 --- a/src/connection.c +++ b/src/connection.c @@ -1,7 +1,7 @@ /* * Handle connections. * - * Copyright (C) 2011-2013 Simon Ruderich + * Copyright (C) 2011-2014 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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];