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

Diff for /src/usr.bin/ssh/readpass.c between version 1.24 and 1.25

version 1.24, 2001/12/21 08:53:45 version 1.25, 2002/01/11 23:02:18
Line 114 
Line 114 
                         use_askpass = 1;                          use_askpass = 1;
         } else {          } else {
                 rppflags |= RPP_REQUIRE_TTY;                  rppflags |= RPP_REQUIRE_TTY;
                 ttyfd = open("/dev/tty", O_RDWR);                  ttyfd = open(_PATH_TTY, O_RDWR);
                 if (ttyfd >= 0)                  if (ttyfd >= 0)
                         close(ttyfd);                          close(ttyfd);
                 else                  else

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