Ignore:
Timestamp:
May 12, 2014, 8:58:38 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba 3.6: updated vendor to latest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/util_file.c

    r414 r860  
    3939        total = 0;
    4040
    41         while ((n = read(fd, buf, sizeof(buf))) > 0) {
     41        while ((n = read(fd, buf, sizeof(buf))) > 0) {
    4242                p = talloc_realloc(NULL, p, char, total + n + 1);
    4343                if (!p) {
Note: See TracChangeset for help on using the changeset viewer.