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

Diff for /src/usr.bin/skeyinfo/skeyinfo.c between version 1.7 and 1.8

version 1.7, 2001/06/17 22:44:51 version 1.8, 2001/06/17 22:54:44
Line 82 
Line 82 
   
         as = auth_userchallenge(name, "skey", NULL, &challenge);          as = auth_userchallenge(name, "skey", NULL, &challenge);
         if (as == NULL || challenge == NULL) {          if (as == NULL || challenge == NULL) {
                 auth_close(as);                  if (as)
                           auth_close(as);
                 errx(1, "unable to retrieve S/Key challenge for %s", name);                  errx(1, "unable to retrieve S/Key challenge for %s", name);
         }          }
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8