From 0bfd3f251451608fc6b4fc39e72ae5c0d1d0c258 Mon Sep 17 00:00:00 2001 From: "B. Blechschmidt" Date: Wed, 29 Mar 2023 13:21:35 +0200 Subject: [PATCH] Remove obsolete comment --- src/setup.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/setup.rs b/src/setup.rs index d56a270..96abbdb 100644 --- a/src/setup.rs +++ b/src/setup.rs @@ -253,9 +253,7 @@ impl Setup { "failed to bring up tunnel device", 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()?; self.delete_proxy_route = delete_proxy_route; ctrlc::set_handler(move || {