mirror of git://anongit.mindrot.org/openssh.git
- markus@cvs.openbsd.org 2002/01/29 22:46:41
[session.c] don't depend on servconf.c; ok djm@
This commit is contained in:
parent
c313be2756
commit
5fab4b9b1d
|
@ -42,6 +42,9 @@
|
|||
- markus@cvs.openbsd.org 2002/01/29 16:41:19
|
||||
[ssh-add.1]
|
||||
add DIAGNOSTICS; ok stevesk@
|
||||
- markus@cvs.openbsd.org 2002/01/29 22:46:41
|
||||
[session.c]
|
||||
don't depend on servconf.c; ok djm@
|
||||
|
||||
20020130
|
||||
- (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@
|
||||
|
@ -7444,4 +7447,4 @@
|
|||
- Wrote replacements for strlcpy and mkdtemp
|
||||
- Released 1.0pre1
|
||||
|
||||
$Id: ChangeLog,v 1.1810 2002/02/05 01:14:41 djm Exp $
|
||||
$Id: ChangeLog,v 1.1811 2002/02/05 01:15:07 djm Exp $
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
*/
|
||||
|
||||
#include "includes.h"
|
||||
RCSID("$OpenBSD: session.c,v 1.121 2002/01/29 16:29:02 stevesk Exp $");
|
||||
RCSID("$OpenBSD: session.c,v 1.122 2002/01/29 22:46:41 markus Exp $");
|
||||
|
||||
#include "ssh.h"
|
||||
#include "ssh1.h"
|
||||
|
@ -1660,6 +1660,7 @@ session_subsystem_req(Session *s)
|
|||
s->is_subsystem = 1;
|
||||
do_exec(s, cmd);
|
||||
success = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue