diff options
Diffstat (limited to 'oxish/src')
| -rw-r--r-- | oxish/src/session/connections.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oxish/src/session/connections.rs b/oxish/src/session/connections.rs index 6f9d23b..fa79014 100644 --- a/oxish/src/session/connections.rs +++ b/oxish/src/session/connections.rs @@ -117,7 +117,7 @@ impl Channels { _ => warn!("window-change request without running terminal"), }, // Agent forwarding is not supported -- only reply when asked - ChannelRequestType::AuthAgentReq => { + ChannelRequestType::AuthAgentReq | ChannelRequestType::Unknown(_) => { if request.want_reply { encoder.enqueue(&channel.failure())?; } |
