Changeset 596 for trunk/server/source3/smbd/msdfs.c
- Timestamp:
- Jul 2, 2011, 3:35:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/smbd/msdfs.c
r480 r596 796 796 797 797 NTSTATUS get_referred_path(TALLOC_CTX *ctx, 798 struct auth_serversupplied_info *server_info, 798 799 const char *dfs_path, 799 800 struct junction_map *jucn, … … 917 918 918 919 status = create_conn_struct(ctx, &conn, snum, lp_pathname(snum), 919 NULL, &oldpath);920 server_info, &oldpath); 920 921 if (!NT_STATUS_IS_OK(status)) { 921 922 TALLOC_FREE(pdp); … … 1222 1223 1223 1224 /* 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); 1226 1228 if (!NT_STATUS_IS_OK(*pstatus)) { 1227 1229 vfs_ChDir(orig_conn,orig_conn->connectpath);
Note:
See TracChangeset
for help on using the changeset viewer.