improvements

This commit is contained in:
nora 2024-08-13 21:27:43 +02:00
parent bfcf1120e1
commit 46f73c2de4
4 changed files with 15 additions and 9 deletions

View file

@ -162,7 +162,7 @@ impl ServerConnection {
info!(%reason, %reason_string, %description, "Client disconnecting");
return Ok(());
return Err(SshStatus::Disconnect);
}
_ => {}
}