summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_expand_msdfs.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-05-08 15:53:55 +0200
committerVolker Lendecke <vl@samba.org>2008-05-10 11:17:01 +0200
commit53a623d8a69b5dd7fbd964013032878e09032375 (patch)
treeaa65bf69c68b6346c14b0f1bc251cb5e254849fc /source3/modules/vfs_expand_msdfs.c
parent776caa081bc36aac0ab7cc826836740f5bf0bf24 (diff)
downloadsamba-53a623d8a69b5dd7fbd964013032878e09032375.tar.gz
samba-53a623d8a69b5dd7fbd964013032878e09032375.tar.bz2
samba-53a623d8a69b5dd7fbd964013032878e09032375.zip
Remove the unix token info from connection_struct
(This used to be commit 2834dacc8d49f77fe55fb5d7e3eb2dda431d1d3d)
Diffstat (limited to 'source3/modules/vfs_expand_msdfs.c')
-rw-r--r--source3/modules/vfs_expand_msdfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_expand_msdfs.c b/source3/modules/vfs_expand_msdfs.c
index 9d4883c085..62222c48ff 100644
--- a/source3/modules/vfs_expand_msdfs.c
+++ b/source3/modules/vfs_expand_msdfs.c
@@ -147,7 +147,7 @@ static char *expand_msdfs_target(TALLOC_CTX *ctx,
lp_servicename(SNUM(conn)),
conn->user,
conn->connectpath,
- conn->gid,
+ conn->server_info->gid,
get_current_username(),
current_user_info.domain,
targethost);