Browse Source

Remove obsolete comment

pull/21/head
B. Blechschmidt 3 years ago
parent
commit
0bfd3f2514
  1. 2
      src/setup.rs

2
src/setup.rs

@ -254,8 +254,6 @@ impl Setup {
true, true,
)?; )?;
// If the proxy address is a private address, we assume that there already is a more
// specific route to that address than the default route.
let delete_proxy_route = self.route_proxy_address()?; let delete_proxy_route = self.route_proxy_address()?;
self.delete_proxy_route = delete_proxy_route; self.delete_proxy_route = delete_proxy_route;
ctrlc::set_handler(move || { ctrlc::set_handler(move || {

Loading…
Cancel
Save