mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 17:35:04 +01:00
pty
This commit is contained in:
parent
1c346659f6
commit
8114b5a195
9 changed files with 433 additions and 21 deletions
|
|
@ -136,7 +136,7 @@ async fn main() -> eyre::Result<()> {
|
|||
}
|
||||
|
||||
async fn main_channel(channel: PendingChannel) -> Result<()> {
|
||||
let Ok(mut channel) = channel.wait_ready().await else {
|
||||
let Ok(channel) = channel.wait_ready().await else {
|
||||
bail!("failed to create channel");
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue