Skip to content

Commit

Permalink
Minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Jun 7, 2024
1 parent 21a2858 commit be1ad90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integration/src/bin/pivot_remote_tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> = std::env::args().collect();

let socket_path: &String = &args[1];
Expand Down

0 comments on commit be1ad90

Please sign in to comment.