[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.216 and 1.217

version 1.216, 2006/08/03 03:34:42 version 1.217, 2006/08/04 20:46:05
Line 1170 
Line 1170 
                 do_rc_files(s, shell);                  do_rc_files(s, shell);
   
         /* restore SIGPIPE for child */          /* restore SIGPIPE for child */
         signal(SIGPIPE,  SIG_DFL);          signal(SIGPIPE, SIG_DFL);
   
         if (options.use_login) {          if (options.use_login) {
                 launch_login(pw, hostname);                  launch_login(pw, hostname);

Legend:
Removed from v.1.216  
changed lines
  Added in v.1.217