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

Diff for /src/usr.bin/ssh/auth-bsdauth.c between version 1.5 and 1.6

version 1.5, 2002/06/30 21:59:45 version 1.6, 2005/01/19 13:11:47
Line 83 
Line 83 
         Authctxt *authctxt = ctx;          Authctxt *authctxt = ctx;
         int authok;          int authok;
   
           if (!authctxt->valid)
                   return -1;
   
         if (authctxt->as == 0)          if (authctxt->as == 0)
                 error("bsdauth_respond: no bsd auth session");                  error("bsdauth_respond: no bsd auth session");
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6