From b3a350688220268313d816c904ddb8e15d44683c Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Sun, 23 Jun 2002 21:34:08 +0000 Subject: tcode is u_int --- usr.bin/ssh/channels.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/ssh') diff --git a/usr.bin/ssh/channels.c b/usr.bin/ssh/channels.c index 07e32c0cdc2..a419ec4db1a 100644 --- a/usr.bin/ssh/channels.c +++ b/usr.bin/ssh/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