summaryrefslogtreecommitdiffstats
path: root/libssh/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/channels.c')
-rw-r--r--libssh/channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/channels.c b/libssh/channels.c
index ccfe719..5046517 100644
--- a/libssh/channels.c
+++ b/libssh/channels.c
@@ -927,7 +927,7 @@ int channel_request_pty_size(CHANNEL *channel, const char *terminal,
enter_function();
#ifdef HAVE_SSH1
if (channel->version==1) {
- err = channel_request_pty_size1(channel,terminal, col, row);
+ channel_request_pty_size1(channel,terminal, col, row);
leave_function();
return rc;
}