Ignore:
Timestamp:
Aug 19, 2016, 3:27:58 PM (9 years ago)
Author:
Yuri Dario
Message:

Use a better name for getfindinfoL() since its task changed. Remove
getfindinfo().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/smbwrp.c

    r966 r968  
    730730           strncat(fullname, finfo->fname, sizeof(fullname) - strlen(fullname) -1);
    731731           strncpy(st->finfo.fname, fullname, sizeof(st->finfo.fname));
    732            getfindinfoL(st->pConn, st->plist, &st->finfo, st->ulAttribute, st->dir_mask);
     732           addFindInfoL(st->pConn, st->plist, &st->finfo, st->ulAttribute, st->dir_mask);
    733733        }
    734734        return;
Note: See TracChangeset for help on using the changeset viewer.