Changeset 510 for branches/client-2.0/src/ndpsmb.c
- Timestamp:
- Jan 4, 2011, 1:53:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.0/src/ndpsmb.c
r507 r510 1186 1186 smbwrp_fileinfo finfo; 1187 1187 1188 debug_printf("NdpSetPathInfo in FIXME [%p]\n", pConn); 1188 debug_printf("NdpSetPathInfo in [%p]\n", pConn); 1189 1190 // delete the dir cache 1191 dircache_invalidate(szPathName, pRes->pdc, 1); 1189 1192 1190 1193 do { … … 1974 1977 unsigned long action; 1975 1978 1976 debuglocal(9,"NdpFileSetFilePtr lin [%p]\n", pConn);1979 debuglocal(9,"NdpFileSetFilePtrL in [%p]\n", pConn); 1977 1980 1978 1981 do { … … 2011 2014 debuglocal(9,"NdpFileClose in [%p] %d <%s>\n", pConn, pConn->file.fd, pConn->file.fd < 0 ? "!null!" : pConn->file.fname); 2012 2015 2016 // delete the dir cache 2017 dircache_invalidate(pConn->file.fullname, pRes->pdc, 1); 2018 2013 2019 do { 2014 2020 if (pConn->file.fd < 0)
Note:
See TracChangeset
for help on using the changeset viewer.