[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.217 and 1.218

version 1.217, 2006/08/04 20:46:05 version 1.218, 2006/08/18 09:15:20
Line 2020 
Line 2020 
                 return;                  return;
         called = 1;          called = 1;
   
         if (authctxt == NULL)          if (authctxt == NULL || !authctxt->authenticated)
                 return;                  return;
 #ifdef KRB5  #ifdef KRB5
         if (options.kerberos_ticket_cleanup &&          if (options.kerberos_ticket_cleanup &&

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