Changeset 75 for trunk/samba/source/ndpsmb/smbwrp.c
- Timestamp:
- Sep 28, 2007, 11:19:31 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/samba/source/ndpsmb/smbwrp.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/ndpsmb/smbwrp.c
r69 r75 807 807 this is needed because win95 sometimes refuses the qpathinfo 808 808 *******************************************************/ 809 int _System smbwrp_getattr( cli_state * cli, smbwrp_fileinfo *finfo)809 int _System smbwrp_getattr(cli_state * cli, smbwrp_fileinfo *finfo) 810 810 { 811 811 SMB_INO_T ino = 0; … … 828 828 //debuglocal(2,("getattr rc1 %d\n", os2cli_errno(cli))); 829 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 830 851 /* if this is NT then don't bother with the getatr */ 831 852 if (cli->capabilities & CAP_NT_SMBS && !(cli->capabilities & CAP_NOPATHINFO2)) … … 1431 1452 a wrapper for chdir() 1432 1453 *******************************************************/ 1433 int _System smbwrp_chdir( cli_state * cli, char *fname)1454 int _System smbwrp_chdir(cli_state * cli, char *fname) 1434 1455 { 1435 1456 unsigned short mode = aDIR; … … 1441 1462 1442 1463 strncpy(finfo.fname, fname, sizeof(finfo.fname) - 1); 1443 if (smbwrp_getattr( cli, &finfo))1464 if (smbwrp_getattr(cli, &finfo)) 1444 1465 { 1445 1466 return os2cli_errno(cli);
Note:
See TracChangeset
for help on using the changeset viewer.
