Changeset 964


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

Fix typo. ticket#274.

File:
1 edited

Legend:

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

    r963 r964  
    13171317                   szFullPath, pfi->pszName);
    13181318
    1319         debuglocal(pRes, 9, "NdpEAQuery in [%p] <%s> %08x %d\n", pConn, path, pGEAList, pGEAList ? pGEAList->cbList : 0);
     1319        debuglocal(pRes, 9, "NdpEAQuery in [%p] <%s> %08x %d\n", pConn, szFullPath, pGEAList, pGEAList ? pGEAList->cbList : 0);
    13201320
    13211321        char *pchBuffer = (char *)malloc(cbBuffer);
Note: See TracChangeset for help on using the changeset viewer.