Skip to content

Commit

Permalink
post-rebasing fixes: purged wireguard feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jstuczyn committed Sep 10, 2024
1 parent 4091281 commit b93293b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gateway/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,9 @@ pub enum GatewayError {
source: ipnetwork::IpNetworkError,
},

#[cfg(all(feature = "wireguard", target_os = "linux"))]
#[error("failed to remove wireguard interface: {0}")]
WireguardInterfaceError(#[from] defguard_wireguard_rs::error::WireguardInterfaceError),

#[cfg(all(feature = "wireguard", target_os = "linux"))]
#[error("internal wireguard error {0}")]
InternalWireguardError(String),

Expand Down

0 comments on commit b93293b

Please sign in to comment.