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

Diff for /src/usr.bin/ssh/Attic/cli.c between version 1.3 and 1.4

version 1.3, 2001/01/07 19:04:47 version 1.4, 2001/01/07 21:26:55
Line 147 
Line 147 
         for (pos = 0; pos < len; pos += ret) {          for (pos = 0; pos < len; pos += ret) {
                 ret = write(cli_output, output + pos, len - pos);                  ret = write(cli_output, output + pos, len - pos);
                 if (ret == -1) {                  if (ret == -1) {
                         xfree(output)                          xfree(output);
                         return -1;                          return -1;
                 }                  }
         }          }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4