diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-06-18 04:42:55 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-06-18 04:42:55 +0000 |
commit | d8d45f5b35c71a25644e7fac71c0adbe557870fe (patch) | |
tree | 69a38d6ac6264afb23f607f4500a981e0da26296 | |
parent | d477e9081bc1a485bcb3370f9358f9a3e0e9a6f8 (diff) |
typo
-rw-r--r-- | usr.bin/ssh/session.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |