[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.31 and 1.32

version 1.31, 2000/08/28 03:50:54 version 1.32, 2000/08/31 22:05:42
Line 749 
Line 749 
          const char *display, const char *auth_proto,           const char *display, const char *auth_proto,
          const char *auth_data, const char *ttyname)           const char *auth_data, const char *ttyname)
 {  {
         const char *shell, *hostname, *cp = NULL;          const char *shell, *hostname = NULL, *cp = NULL;
         char buf[256];          char buf[256];
         char cmd[1024];          char cmd[1024];
         FILE *f = NULL;          FILE *f = NULL;

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32