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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.70 and 1.71

version 1.70, 2006/08/03 03:34:41 version 1.71, 2007/09/21 08:15:29
Line 275 
Line 275 
                 if (authenticated == -1)                  if (authenticated == -1)
                         continue; /* "postponed" */                          continue; /* "postponed" */
   
 #ifdef BSD_AUTH  
                 if (authctxt->as) {                  if (authctxt->as) {
                         auth_close(authctxt->as);                          auth_close(authctxt->as);
                         authctxt->as = NULL;                          authctxt->as = NULL;
                 }                  }
 #endif  
                 if (!authctxt->valid && authenticated)                  if (!authctxt->valid && authenticated)
                         fatal("INTERNAL ERROR: authenticated invalid user %s",                          fatal("INTERNAL ERROR: authenticated invalid user %s",
                             authctxt->user);                              authctxt->user);

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71