mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-29 08:00:55 +03:00
[wip] one-way control
This commit is contained in:
@@ -64,6 +64,6 @@ pub(crate) fn generate_key_and_cert(path: &Path) -> Result<Certificate, Error> {
|
||||
}
|
||||
/* FIXME windows permissions */
|
||||
let mut writer = BufWriter::new(f);
|
||||
writer.write(serialized.as_bytes())?;
|
||||
writer.write_all(serialized.as_bytes())?;
|
||||
Ok(cert)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user