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

Diff for /src/usr.bin/ssh/authfile.c between version 1.92 and 1.93

version 1.92, 2011/06/14 22:49:18 version 1.93, 2012/01/25 19:36:31
Line 329 
Line 329 
                     filename == NULL ? "" : " ");                      filename == NULL ? "" : " ");
                 return 0;                  return 0;
         }          }
         buffer_init(blob);          buffer_clear(blob);
         for (;;) {          for (;;) {
                 if ((len = atomicio(read, fd, buf, sizeof(buf))) == 0) {                  if ((len = atomicio(read, fd, buf, sizeof(buf))) == 0) {
                         if (errno == EPIPE)                          if (errno == EPIPE)

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93