diff options
Diffstat (limited to 'libssh/channels.c')
-rw-r--r-- | libssh/channels.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libssh/channels.c b/libssh/channels.c index 473d1f7..6e70285 100644 --- a/libssh/channels.c +++ b/libssh/channels.c @@ -1503,7 +1503,6 @@ error: return rc; } -#ifndef _WIN32 /** * @brief Accept an incoming TCP/IP forwarding channel. * @@ -1517,7 +1516,6 @@ error: ssh_channel channel_forward_accept(ssh_session session, int timeout_ms) { return channel_accept(session, SSH_CHANNEL_FORWARDED_TCPIP, timeout_ms); } -#endif /** * @brief Sends the "cancel-tcpip-forward" global request to ask the server to |