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

Diff for /src/usr.bin/ssh/sshd.c between version 1.346 and 1.347

version 1.346, 2006/08/18 09:13:26 version 1.347, 2006/08/18 09:15:20
Line 1705 
Line 1705 
          */           */
         alarm(0);          alarm(0);
         signal(SIGALRM, SIG_DFL);          signal(SIGALRM, SIG_DFL);
           authctxt->authenticated = 1;
         if (startup_pipe != -1) {          if (startup_pipe != -1) {
                 close(startup_pipe);                  close(startup_pipe);
                 startup_pipe = -1;                  startup_pipe = -1;

Legend:
Removed from v.1.346  
changed lines
  Added in v.1.347