diff options
author | Jeremy Allison <jra@samba.org> | 2008-09-30 15:21:58 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-09-30 15:21:58 -0700 |
commit | 4e6445a0720d7265f0bddff71cd2e17d6b2ac057 (patch) | |
tree | 0e381e09c84d0258132e8486649256eb2ecc3c2d /source3/modules/vfs_expand_msdfs.c | |
parent | 321191d5e2ec1eaf22728dcee944e0a250a7725d (diff) | |
download | samba-4e6445a0720d7265f0bddff71cd2e17d6b2ac057.tar.gz samba-4e6445a0720d7265f0bddff71cd2e17d6b2ac057.tar.bz2 samba-4e6445a0720d7265f0bddff71cd2e17d6b2ac057.zip |
Remove current_user_info - not needed.
Jeremy.
Diffstat (limited to 'source3/modules/vfs_expand_msdfs.c')
-rw-r--r-- | source3/modules/vfs_expand_msdfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_expand_msdfs.c b/source3/modules/vfs_expand_msdfs.c index 0d09d213e1..c22ab66e14 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, conn->connectpath, conn->server_info->utok.gid, conn->server_info->sanitized_username, - pdb_get_domain(conn->server_info->sam_account), + pdb_get_domain(handle->conn->server_info->sam_account), targethost); DEBUG(10, ("Expanded targethost to %s\n", targethost)); |