[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.45.2.3 and 1.45.2.4

version 1.45.2.3, 2002/06/22 07:23:17 version 1.45.2.4, 2002/06/26 18:22:34
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.45.2.3  
changed lines
  Added in v.1.45.2.4