From daa2179bd0ea772be09b92ebce092d4d03ede4c2 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 25 Jun 2002 23:15:30 +0000 Subject: - markus@cvs.openbsd.org 2002/06/23 21:34:07 [channels.c] tcode is u_int --- channels.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'channels.c') diff --git a/channels.c b/channels.c index b85ee5770..fede9eb93 100644 --- a/channels.c +++ b/channels.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: channels.c,v 1.176 2002/06/23 21:06:41 deraadt Exp $"); +RCSID("$OpenBSD: channels.c,v 1.177 2002/06/23 21:34:07 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -1717,9 +1717,8 @@ void channel_input_extended_data(int type, u_int32_t seq, void *ctxt) { int id; - int tcode; char *data; - u_int data_len; + u_int data_len, tcode; Channel *c; /* Get the channel number and verify it. */ -- cgit v1.2.3