From b027055a4e732b7187491870ce883f9321e1dac7 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Tue, 6 Feb 2001 22:43:03 +0000 Subject: remove confusing callback code --- usr.bin/ssh/ssh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/ssh.c') diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index eb089926617..a89b66cd00d 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.89 2001/02/06 22:07:42 markus Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.90 2001/02/06 22:43:02 markus Exp $"); #include #include @@ -996,10 +996,10 @@ ssh_session2_callback(int id, void *arg) channel_request(id, "shell", 0); } /* channel_callback(id, SSH2_MSG_OPEN_CONFIGMATION, client_init, 0); */ + done: /* register different callback, etc. XXX */ packet_set_interactive(interactive); - clientloop_set_session_ident(id); } int -- cgit v1.2.3