fingerprint add ui mockup

This commit is contained in:
Ferdinand Schober
2024-09-27 12:05:34 +02:00
parent f056f790c7
commit 0038178f0d
14 changed files with 478 additions and 234 deletions

View File

@@ -39,7 +39,7 @@ impl DnsResolver {
let handle = rx.recv().await.expect("channel closed");
/* update resolving status */
let hostname = match server.get_hostname(handle) {
let hostname = match server.client_manager.get_hostname(handle) {
Some(hostname) => hostname,
None => continue,
};