summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ssh.c b/ssh.c
index 6415d27f9..608b8c082 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.161 2002/02/05 14:32:55 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.162 2002/02/06 14:55:16 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -1155,8 +1155,6 @@ ssh_session2_open(void)
1155 "session", SSH_CHANNEL_OPENING, in, out, err, 1155 "session", SSH_CHANNEL_OPENING, in, out, err,
1156 window, packetmax, CHAN_EXTENDED_WRITE, 1156 window, packetmax, CHAN_EXTENDED_WRITE,
1157 xstrdup("client-session"), /*nonblock*/0); 1157 xstrdup("client-session"), /*nonblock*/0);
1158 if (c == NULL)
1159 fatal("ssh_session2_open: channel_new failed");
1160 1158
1161 debug3("ssh_session2_open: channel_new: %d", c->self); 1159 debug3("ssh_session2_open: channel_new: %d", c->self);
1162 1160