summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-09-30 15:26:26 -0700
committerJeremy Allison <jra@samba.org>2008-09-30 15:26:26 -0700
commit5d7d18b7e827930018ab30fc5e738b5a5cd90789 (patch)
tree9ace33ab4d2015905ea008f0ed610476008c272e /source3
parent4e6445a0720d7265f0bddff71cd2e17d6b2ac057 (diff)
downloadsamba-5d7d18b7e827930018ab30fc5e738b5a5cd90789.tar.gz
samba-5d7d18b7e827930018ab30fc5e738b5a5cd90789.tar.bz2
samba-5d7d18b7e827930018ab30fc5e738b5a5cd90789.zip
Revert erroneous commit.
Jeremy.
Diffstat (limited to 'source3')
-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 c22ab66e14..0d09d213e1 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(handle->conn->server_info->sam_account),
+ pdb_get_domain(conn->server_info->sam_account),
targethost);
DEBUG(10, ("Expanded targethost to %s\n", targethost));