Ignore:
Timestamp:
Aug 19, 2016, 4:02:09 PM (9 years ago)
Author:
Yuri Dario
Message:

partially revert changeset r968, fix wrong parameter pointer.
ticket#274.

File:
1 edited

Legend:

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

    r968 r970  
    477477         * the above values come from the gui. default: timeout 10; listings: 32
    478478        */
    479         dircache_create(pRes->pdc, (void*) pRes,
     479        dircache_create(&pRes->pdc, (void*) pRes,
    480480                        pRes->cachetimeout, pRes->cachedepth);
    481481
Note: See TracChangeset for help on using the changeset viewer.