mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(connlib): fix copy-paste typo in comment about DNS (#5053)
Closes #5051
This commit is contained in:
@@ -57,7 +57,7 @@ pub fn deactivate_dns_control() -> anyhow::Result<()> {
|
||||
windows::dns::deactivate()
|
||||
}
|
||||
|
||||
/// Deactivates DNS control on Windows
|
||||
/// Deactivates DNS control on other platforms (does nothing)
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
#[allow(clippy::unnecessary_wraps)]
|
||||
pub fn deactivate_dns_control() -> anyhow::Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user