From be1ad90473763394d51d886b4e7edd5faaaf5cde Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Fri, 7 Jun 2024 12:43:55 -0500 Subject: [PATCH] Minor comment update --- src/integration/src/bin/pivot_remote_tls.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/integration/src/bin/pivot_remote_tls.rs b/src/integration/src/bin/pivot_remote_tls.rs index ba9fcd873..e3c5ece2b 100644 --- a/src/integration/src/bin/pivot_remote_tls.rs +++ b/src/integration/src/bin/pivot_remote_tls.rs @@ -88,8 +88,8 @@ impl RequestProcessor for Processor { fn main() { // Parse args: - // - first argument is the socket to bind to (server) - // - second argument is the socket to query (net proxy) + // - first argument is the socket to bind to (normal server server) + // - second argument is the socket to use for remote proxying let args: Vec = std::env::args().collect(); let socket_path: &String = &args[1];