[BACK]Return to session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/session.c between version 1.65 and 1.66

version 1.65, 2001/03/21 11:43:44 version 1.66, 2001/03/21 21:06:30
Line 1182 
Line 1182 
                         s->chanid = -1;                          s->chanid = -1;
                         s->ptyfd = -1;                          s->ptyfd = -1;
                         s->ttyfd = -1;                          s->ttyfd = -1;
                           s->tty[0] = '\0';
                         s->term = NULL;                          s->term = NULL;
                         s->pw = NULL;                          s->pw = NULL;
                         s->display = NULL;                          s->display = NULL;

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66