summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2000-05-02 07:28:41 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2000-05-02 07:28:41 +0000
commit4daf9afdae3620553685c2b6d940a511ab374bbd (patch)
treeabcf5c9810f5938cbfff6f342346bfca9fd145b6 /usr.bin/ssh
parent891aabc6e8e46916d39a7cb191381fbb00b98e8f (diff)
typo
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index 13ebcd45cfb..f1aa42ab9c9 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -16,7 +16,7 @@
*/
#include "includes.h"
-RCSID("$Id: clientloop.c,v 1.22 2000/04/28 08:10:20 markus Exp $");
+RCSID("$Id: clientloop.c,v 1.23 2000/05/02 07:28:40 markus Exp $");
#include "xmalloc.h"
#include "ssh.h"
@@ -1077,7 +1077,7 @@ client_input_channel_req(int id, void *arg)
rtype = packet_get_string(&len);
reply = packet_get_char();
- debug("session_input_channel_req: rtype %s reply %d", rtype, reply);
+ debug("client_input_channel_req: rtype %s reply %d", rtype, reply);
c = channel_lookup(id);
if (c == NULL)