=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.c,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- src/usr.bin/ssh/session.c 2001/12/28 12:14:27 1.116 +++ src/usr.bin/ssh/session.c 2001/12/28 14:50:54 1.117 @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.116 2001/12/28 12:14:27 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.117 2001/12/28 14:50:54 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -183,7 +183,7 @@ { Session *s; char *command; - int success, type, plen, screen_flag; + int success, type, screen_flag; int compression_level = 0, enable_compression_after_reply = 0; u_int proto_len, data_len, dlen; @@ -199,7 +199,7 @@ success = 0; /* Get a packet from the client. */ - type = packet_read(&plen); + type = packet_read(); /* Process the packet. */ switch (type) {