Changeset 934 for branches/client-3.0/src
- Timestamp:
- Jul 26, 2016, 11:49:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/ndpsmb.c
r933 r934 1046 1046 strncpy(finfo.fname, path, sizeof(finfo.fname) - 1); 1047 1047 debuglocal(9,"NdpQueryPathInfo smbwrp_getattr for <%s>\n", path); 1048 rc = smbwrp_echo(pConn->cli); 1049 if (rc) 1050 { 1051 rcCon = smbwrp_connect( pRes, &pConn->cli); 1052 if (rcCon) 1053 return ERROR_PATH_NOT_FOUND; 1054 } 1048 1055 rc = smbwrp_getattr( &pRes->srv, pConn->cli, &finfo); 1049 1056 if (rc)
Note:
See TracChangeset
for help on using the changeset viewer.