[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.25 and 1.26

version 1.25, 2001/01/19 15:55:11 version 1.26, 2001/01/20 21:33:42
Line 98 
Line 98 
         int p[2], status;          int p[2], status;
         char buf[1024];          char buf[1024];
   
           if (fflush(stdout) != 0)
                   error("ssh_askpass: fflush: %s", strerror(errno));
         if (askpass == NULL)          if (askpass == NULL)
                 fatal("internal error: askpass undefined");                  fatal("internal error: askpass undefined");
         if (pipe(p) < 0)          if (pipe(p) < 0)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26