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/smbd/msdfs.c

    r480 r596  
    796796
    797797NTSTATUS get_referred_path(TALLOC_CTX *ctx,
     798                        struct auth_serversupplied_info *server_info,
    798799                        const char *dfs_path,
    799800                        struct junction_map *jucn,
     
    917918
    918919        status = create_conn_struct(ctx, &conn, snum, lp_pathname(snum),
    919                                     NULL, &oldpath);
     920                                    server_info, &oldpath);
    920921        if (!NT_STATUS_IS_OK(status)) {
    921922                TALLOC_FREE(pdp);
     
    12221223
    12231224        /* The following call can change cwd. */
    1224         *pstatus = get_referred_path(ctx, pathnamep, junction,
    1225                         &consumedcnt, &self_referral);
     1225        *pstatus = get_referred_path(ctx, orig_conn->server_info,
     1226                                     pathnamep, junction,
     1227                                     &consumedcnt, &self_referral);
    12261228        if (!NT_STATUS_IS_OK(*pstatus)) {
    12271229                vfs_ChDir(orig_conn,orig_conn->connectpath);
Note: See TracChangeset for help on using the changeset viewer.