aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/channels.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channels.c b/src/channels.c
index 62d9a65e..a3f410fd 100644
--- a/src/channels.c
+++ b/src/channels.c
@@ -284,8 +284,8 @@ static int ssh_channel_open_termination(void *c){
static int
channel_open(ssh_channel channel,
const char *type,
- int window,
- int maxpacket,
+ uint32_t window,
+ uint32_t maxpacket,
ssh_buffer payload)
{
ssh_session session = channel->session;