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

Diff for /src/usr.bin/ssh/authfd.c between version 1.55 and 1.56

version 1.55, 2002/06/19 00:27:55 version 1.56, 2002/06/25 16:22:42
Line 144 
Line 144 
                         error("Error reading response from authentication socket.");                          error("Error reading response from authentication socket.");
                         return 0;                          return 0;
                 }                  }
                 buffer_append(reply, (char *) buf, l);                  buffer_append(reply, buf, l);
                 len -= l;                  len -= l;
         }          }
         return 1;          return 1;

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56