Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/libcli/clireadwrite.c

    r414 r988  
    106106        parms.writex.in.wmode = write_mode;
    107107        parms.writex.in.remaining = 0;
    108        
    109         while (total < size) {
     108
     109        do {
    110110                NTSTATUS status;
    111111
     
    125125                total += parms.writex.out.nwritten;
    126126                buf += parms.writex.out.nwritten;
    127         }
     127        } while (total < size);
    128128
    129129        return total;
Note: See TracChangeset for help on using the changeset viewer.