mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-05 21:01:29 +03:00
fingerprint add ui mockup
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user