=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/session.c,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- src/usr.bin/ssh/session.c 2001/03/21 11:43:44 1.65 +++ src/usr.bin/ssh/session.c 2001/03/21 21:06:30 1.66 @@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.65 2001/03/21 11:43:44 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.66 2001/03/21 21:06:30 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -1182,6 +1182,7 @@ s->chanid = -1; s->ptyfd = -1; s->ttyfd = -1; + s->tty[0] = '\0'; s->term = NULL; s->pw = NULL; s->display = NULL;