- markus@cvs.openbsd.org 2002/02/07 09:35:39
     [ssh.c]
     remove bogus comments
diff --git a/ChangeLog b/ChangeLog
index 81303c6..5256d6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,9 @@
    - markus@cvs.openbsd.org 2002/02/06 14:55:16
      [channels.c clientloop.c serverloop.c ssh.c]
      channel_new never returns NULL, mouring@; ok djm@
+   - markus@cvs.openbsd.org 2002/02/07 09:35:39
+     [ssh.c]
+     remove bogus comments
 
 20020205
  - (djm) Cleanup after sync:
@@ -7531,4 +7534,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1835 2002/02/08 11:07:16 djm Exp $
+$Id: ChangeLog,v 1.1836 2002/02/08 11:07:33 djm Exp $
diff --git a/ssh.c b/ssh.c
index 608b8c0..236f2b5 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.162 2002/02/06 14:55:16 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.163 2002/02/07 09:35:39 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/err.h>
@@ -1113,9 +1113,7 @@
 		channel_request_start(id, "shell", 0);
 		packet_send();
 	}
-	/* channel_callback(id, SSH2_MSG_OPEN_CONFIGMATION, client_init, 0); */
 
-	/* register different callback, etc. XXX */
 	packet_set_interactive(interactive);
 }