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

Diff for /src/usr.bin/ssh/auth2-pubkey.c between version 1.18 and 1.19

version 1.18, 2008/07/02 12:03:51 version 1.19, 2008/07/03 21:46:58
Line 190 
Line 190 
         f = auth_openkeyfile(file, pw, options.strict_modes);          f = auth_openkeyfile(file, pw, options.strict_modes);
   
         if (!f) {          if (!f) {
                 xfree(file);  
                 restore_uid();                  restore_uid();
                 return 0;                  return 0;
         }          }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19