Fall back to read-notify

This commit is contained in:
Dominik Werder
2024-01-19 16:23:56 +01:00
parent 05de9938c8
commit 403f0b37a3
11 changed files with 713 additions and 340 deletions
-1
View File
@@ -20,7 +20,6 @@ pub fn local_hostname() -> String {
let hostname = CStr::from_ptr(&buf[0] as *const _ as _);
hostname.to_str().unwrap()
};
log::info!("---------------------- found hostname {hostname:?}");
hostname.into()
}