mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-21 12:10:55 +03:00
fix fingerprint add
This commit is contained in:
@@ -62,6 +62,7 @@ impl LanMouseListener {
|
||||
.map(|c| crypto::generate_fingerprint(c))
|
||||
.collect::<Vec<_>>();
|
||||
log::info!("fingerprints: {fingerprints:?}");
|
||||
log::info!("authorized: {:?}", authorized_keys.read().expect("lock"));
|
||||
if authorized_keys
|
||||
.read()
|
||||
.expect("lock")
|
||||
|
||||
Reference in New Issue
Block a user