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

Diff for /src/usr.bin/ssh/Attic/roaming_common.c between version 1.2 and 1.3

version 1.2, 2009/06/12 20:43:22 version 1.3, 2009/06/13 11:55:39
Line 70 
Line 70 
         if (ret > 0 && !resume_in_progress) {          if (ret > 0 && !resume_in_progress) {
                 write_bytes += ret;                  write_bytes += ret;
         }          }
         debug("Wrote %ld bytes for a total of %lld", (long)ret, write_bytes);          debug3("Wrote %ld bytes for a total of %llu", (long)ret,
               (unsigned long long)write_bytes);
         return ret;          return ret;
 }  }
   

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