Changeset 988 for vendor/current/source4/libcli/clireadwrite.c
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source4/libcli/clireadwrite.c
r414 r988 106 106 parms.writex.in.wmode = write_mode; 107 107 parms.writex.in.remaining = 0; 108 109 while (total < size){108 109 do { 110 110 NTSTATUS status; 111 111 … … 125 125 total += parms.writex.out.nwritten; 126 126 buf += parms.writex.out.nwritten; 127 } 127 } while (total < size); 128 128 129 129 return total;
Note:
See TracChangeset
for help on using the changeset viewer.