Revert erroneous commit.
authorJeremy Allison <jra@samba.org>
Tue, 30 Sep 2008 22:26:26 +0000 (15:26 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 30 Sep 2008 22:26:26 +0000 (15:26 -0700)
Jeremy.

source3/modules/vfs_expand_msdfs.c

index c22ab66e149a9f9e62dee50f6b9313643e9f826e..0d09d213e1177975a3cf7e535ebfd493e4a8173d 100644 (file)
@@ -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));