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

Diff for /src/usr.bin/ssh/auth2.c between version 1.45 and 1.46

version 1.45, 2001/03/04 01:46:29 version 1.46, 2001/03/11 13:25:36
Line 624 
Line 624 
         restore_uid();          restore_uid();
         fclose(f);          fclose(f);
         key_free(found);          key_free(found);
           if (!found_key)
                   debug2("key not found");
         return found_key;          return found_key;
 }  }

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46