Changeset 885 for trunk/client/src/smbwrp.c
- Timestamp:
- May 18, 2015, 1:46:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/smbwrp.c
r883 r885 230 230 fstring group; 231 231 struct sockaddr_storage ss; 232 NTSTATUS rc;233 232 struct cli_state * c; 234 233 char* dev_type; … … 672 671 debuglocal(4,"getattr %d %d <%s>\n", cli->capabilities & CAP_NOPATHINFO2, cli->capabilities & CAP_NT_SMBS, finfo->fname); 673 672 if (!(cli->capabilities & CAP_NOPATHINFO2) && 674 cli_qpathinfo2(cli, finfo->fname, &ctime, &atime, &mtime, NULL,675 (off_t *)&finfo->size, (unsigned short *)&finfo->attr, &ino)) 673 NT_STATUS_IS_OK(cli_qpathinfo2(cli, finfo->fname, &ctime, &atime, &mtime, NULL, 674 (off_t *)&finfo->size, (unsigned short *)&finfo->attr, &ino))) 676 675 { 677 676 finfo->attr &= 0x7F;
Note:
See TracChangeset
for help on using the changeset viewer.