We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94baef4 commit 4239ccfCopy full SHA for 4239ccf
src/wgapi_windows.rs
@@ -257,7 +257,7 @@ impl WireguardInterfaceApi for WGApi<Kernel> {
257
"Failed to remove WireGuard tunnel service: {:?}",
258
command_output.stdout
259
);
260
- return Err(WireguardInterfaceError::ServiceRemovalFailed { message });
+ return Err(WireguardInterfaceError::ServiceRemovalFailed(message));
261
}
262
263
info!("Interface {} removed successfully", self.ifname);
0 commit comments