diff options
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,7 @@ | |||
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include "includes.h" | 35 | #include "includes.h" |
36 | RCSID("$OpenBSD: session.c,v 1.65 2001/03/21 11:43:44 markus Exp $"); | 36 | RCSID("$OpenBSD: session.c,v 1.66 2001/03/21 21:06:30 markus Exp $"); |
37 | 37 | ||
38 | #include "ssh.h" | 38 | #include "ssh.h" |
39 | #include "ssh1.h" | 39 | #include "ssh1.h" |
@@ -1515,6 +1515,7 @@ session_new(void) | |||
1515 | s->chanid = -1; | 1515 | s->chanid = -1; |
1516 | s->ptyfd = -1; | 1516 | s->ptyfd = -1; |
1517 | s->ttyfd = -1; | 1517 | s->ttyfd = -1; |
1518 | s->tty[0] = '\0'; | ||
1518 | s->term = NULL; | 1519 | s->term = NULL; |
1519 | s->pw = NULL; | 1520 | s->pw = NULL; |
1520 | s->display = NULL; | 1521 | s->display = NULL; |