From d8d45f5b35c71a25644e7fac71c0adbe557870fe Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Sun, 18 Jun 2000 04:42:55 +0000 Subject: typo --- usr.bin/ssh/session.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index a540eb320c4..fbf515880bd 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -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 @@ session_shell_req(Session *s) int session_exec_req(Session *s) { + unsigned int len; char *command = packet_get_string(&len); packet_done(); if (forced_command) { -- cgit v1.2.3