[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.66 and 1.67

version 1.66, 2001/03/21 21:06:30 version 1.67, 2001/03/23 14:28:32
Line 1094 
Line 1094 
                 else                  else
                         cp = shell;                          cp = shell;
         }          }
   
           /* restore SIGPIPE for child */
           signal(SIGPIPE,  SIG_DFL);
   
         /*          /*
          * If we have no command, execute the shell.  In this case, the shell           * If we have no command, execute the shell.  In this case, the shell
          * name to be passed in argv[0] is preceded by '-' to indicate that           * name to be passed in argv[0] is preceded by '-' to indicate that

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