From: Jeremy Allison Date: Tue, 30 Sep 2008 22:26:26 +0000 (-0700) Subject: Revert erroneous commit. X-Git-Tag: samba-4.0.0alpha6~769^2~228^2~83^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d7d18b7e827930018ab30fc5e738b5a5cd90789;p=thirdparty%2Fsamba.git Revert erroneous commit. Jeremy. --- diff --git a/source3/modules/vfs_expand_msdfs.c b/source3/modules/vfs_expand_msdfs.c index c22ab66e149..0d09d213e11 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));