Changeset 596 for trunk/server/source3/modules/onefs_open.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/modules/onefs_open.c
r414 r596 2095 2095 /* Get the file name if root_dir_fid was specified. */ 2096 2096 if (root_dir_fid != 0) { 2097 struct smb_filename *smb_fname_out = NULL; 2097 2098 status = get_relative_fid_filename(conn, req, root_dir_fid, 2098 smb_fname );2099 smb_fname, &smb_fname_out); 2099 2100 if (!NT_STATUS_IS_OK(status)) { 2100 2101 goto fail; 2101 2102 } 2103 smb_fname = smb_fname_out; 2102 2104 } 2103 2105
Note:
See TracChangeset
for help on using the changeset viewer.