server: remove Notify of dirty

This commit is contained in:
Luna Yao
2026-02-21 02:45:54 +01:00
parent 5e69a26a53
commit 8f7fc6e07b
-2
View File
@@ -87,7 +87,6 @@ pub struct DnsServerDirtyState {
zones: AtomicBool,
addresses: AtomicBool,
listeners: AtomicBool,
reload: Notify,
}
struct DnsServerRuntime {
@@ -327,7 +326,6 @@ impl DnsServerRpc for DnsServer {
}
self.clients.insert(id, new).await;
self.dirty.reload.notify_one();
}
false
} else {