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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.177 and 1.178

version 1.177, 2010/01/04 01:45:30 version 1.178, 2010/01/11 04:46:45
Line 1244 
Line 1244 
 {  {
         Key *private;          Key *private;
         char prompt[300], *passphrase;          char prompt[300], *passphrase;
         int perm_ok, quit, i;          int perm_ok = 0, quit, i;
         struct stat st;          struct stat st;
   
         if (stat(filename, &st) < 0) {          if (stat(filename, &st) < 0) {

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178