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

Diff for /src/usr.bin/ssh/auth2-chall.c between version 1.9 and 1.10

version 1.9, 2001/12/09 18:45:56 version 1.10, 2001/12/19 07:18:56
Line 151 
Line 151 
   
         if (authctxt->user == NULL || !devs)          if (authctxt->user == NULL || !devs)
                 return 0;                  return 0;
         if (authctxt->kbdintctxt == NULL)          if (authctxt->kbdintctxt == NULL)
                 authctxt->kbdintctxt = kbdint_alloc(devs);                  authctxt->kbdintctxt = kbdint_alloc(devs);
         return auth2_challenge_start(authctxt);          return auth2_challenge_start(authctxt);
 }  }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10