Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libssh2/src/Network/SSH/Client/LibSSH2/Errors.chs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data ErrorCode =
| BANNER_RECV
| BANNER_SEND
| INVALID_MAC
| KEX_FALIURE
| KEX_FAILURE
| ALLOC
| SOCKET_SEND
| KEY_EXCHANGE_FAILURE
Expand Down Expand Up @@ -265,4 +265,4 @@ instance SshCtx SftpHandle where

instance SshCtx Agent where
getSession = getSession . agentSession
throwCtxSpecificError _ er = throw er
throwCtxSpecificError _ er = throw er