Ignore:
Timestamp:
Jul 1, 2011, 4:02:23 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/modules/onefs_open.c

    r414 r594  
    20952095        /* Get the file name if root_dir_fid was specified. */
    20962096        if (root_dir_fid != 0) {
     2097
    20972098                status = get_relative_fid_filename(conn, req, root_dir_fid,
    2098                                                    smb_fname);
     2099                                                   smb_fname);
    20992100                if (!NT_STATUS_IS_OK(status)) {
    21002101                        goto fail;
    21012102                }
     2103
    21022104        }
    21032105
Note: See TracChangeset for help on using the changeset viewer.