The branch, master has been updated
via 5d7d18b7e827930018ab30fc5e738b5a5cd90789 (commit)
from 4e6445a0720d7265f0bddff71cd2e17d6b2ac057 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 5d7d18b7e827930018ab30fc5e738b5a5cd90789
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date: Tue Sep 30 15:26:26 2008 -0700
Revert erroneous commit.
Jeremy.
-----------------------------------------------------------------------
Summary of changes:
source3/modules/vfs_expand_msdfs.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/modules/vfs_expand_msdfs.c
b/source3/modules/vfs_expand_msdfs.c
index c22ab66..0d09d21 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));
--
Samba Shared Repository