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

Diff for /src/usr.bin/ssh/ssh-add.c between version 1.34 and 1.35

version 1.34, 2001/04/14 04:31:01 version 1.35, 2001/04/14 16:27:57
Line 181 
Line 181 
                                 pass = ssh_askpass(askpass, msg);                                  pass = ssh_askpass(askpass, msg);
                         }                          }
                         if (strcmp(pass, "") == 0) {                          if (strcmp(pass, "") == 0) {
                                 xfree(pass);                                  clear_pass();
                                 pass = NULL;  
                                 xfree(comment);                                  xfree(comment);
                                 return;                                  return;
                         }                          }

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35