Skip to content

Fix transposed arguments in Channel::poll_timeout calling sys::ssh_channel_poll_timeout - #32

Open
okofish wants to merge 1 commit into
wez:mainfrom
okofish:bugfix/poll_timeout-argument-order
Open

Fix transposed arguments in Channel::poll_timeout calling sys::ssh_channel_poll_timeout#32
okofish wants to merge 1 commit into
wez:mainfrom
okofish:bugfix/poll_timeout-argument-order

Conversation

@okofish

@okofish okofish commented Aug 23, 2026

Copy link
Copy Markdown

ssh_channel_poll_timeout's signature is int ssh_channel_poll_timeout(ssh_channel channel, int timeout, int is_stderr). Channel::poll_timeout was passing it arguments in the wrong order.

…annel_poll_timeout

ssh_channel_poll_timeout's signature is (channel, timeout, is_stderr).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant