- markus@cvs.openbsd.org 2002/02/07 09:35:39
[ssh.c] remove bogus comments
This commit is contained in:
parent
699d003e3a
commit
4860650842
|
@ -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 $
|
||||
|
|
4
ssh.c
4
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 @@ ssh_session2_setup(int id, void *arg)
|
|||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue