mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
fix remnants from testing stuff
This commit is contained in:
@@ -97,9 +97,7 @@ async fn get_ei_fd() -> Result<OwnedFd, ashpd::Error> {
|
||||
};
|
||||
};
|
||||
|
||||
let fd = proxy.connect_to_eis(&session).await?;
|
||||
session.close().await?;
|
||||
Ok(fd)
|
||||
proxy.connect_to_eis(&session).await
|
||||
}
|
||||
|
||||
impl LibeiEmulation {
|
||||
|
||||
Reference in New Issue
Block a user