Changeset 970 for trunk/client/src/ndpsmb.c
- Timestamp:
- Aug 19, 2016, 4:02:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/ndpsmb.c
r968 r970 477 477 * the above values come from the gui. default: timeout 10; listings: 32 478 478 */ 479 dircache_create( pRes->pdc, (void*) pRes,479 dircache_create(&pRes->pdc, (void*) pRes, 480 480 pRes->cachetimeout, pRes->cachedepth); 481 481
Note:
See TracChangeset
for help on using the changeset viewer.