Changeset 594 for vendor/current/source3/modules/onefs_open.c
- Timestamp:
- Jul 1, 2011, 4:02:23 PM (14 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/modules/onefs_open.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/modules/onefs_open.c
r414 r594 2095 2095 /* Get the file name if root_dir_fid was specified. */ 2096 2096 if (root_dir_fid != 0) { 2097 2097 2098 status = get_relative_fid_filename(conn, req, root_dir_fid, 2098 smb_fname );2099 smb_fname); 2099 2100 if (!NT_STATUS_IS_OK(status)) { 2100 2101 goto fail; 2101 2102 } 2103 2102 2104 } 2103 2105
Note:
See TracChangeset
for help on using the changeset viewer.
