[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.152 and 1.153

version 1.152, 2002/12/10 08:56:00 version 1.153, 2003/02/06 09:26:23
Line 188 
Line 188 
 void  void
 do_authenticated(Authctxt *authctxt)  do_authenticated(Authctxt *authctxt)
 {  {
           setproctitle("%s", authctxt->pw->pw_name);
   
         /*          /*
          * Cancel the alarm we set to limit the time taken for           * Cancel the alarm we set to limit the time taken for
          * authentication.           * authentication.

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153