diff options
Diffstat (limited to 'channels.c')
-rw-r--r-- | channels.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/channels.c b/channels.c index 9efe89c9c..1020071ff 100644 --- a/channels.c +++ b/channels.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: channels.c,v 1.331 2014/02/26 20:29:29 djm Exp $ */ | 1 | /* $OpenBSD: channels.c,v 1.332 2014/04/28 03:09:18 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -2315,7 +2315,7 @@ void | |||
2315 | channel_input_data(int type, u_int32_t seq, void *ctxt) | 2315 | channel_input_data(int type, u_int32_t seq, void *ctxt) |
2316 | { | 2316 | { |
2317 | int id; | 2317 | int id; |
2318 | char *data; | 2318 | const u_char *data; |
2319 | u_int data_len, win_len; | 2319 | u_int data_len, win_len; |
2320 | Channel *c; | 2320 | Channel *c; |
2321 | 2321 | ||