Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/modules/onefs_open.c

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