=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/ssh/session.c 2000/06/18 04:05:02 1.19 +++ src/usr.bin/ssh/session.c 2000/06/18 04:42:54 1.20 @@ -8,7 +8,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.19 2000/06/18 04:05:02 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.20 2000/06/18 04:42:54 markus Exp $"); #include "xmalloc.h" #include "ssh.h" @@ -1302,6 +1302,7 @@ int session_exec_req(Session *s) { + unsigned int len; char *command = packet_get_string(&len); packet_done(); if (forced_command) {