1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Remove current_user_info reference from vfs_expand_msdfs.c

(This used to be commit 05a66980a9)
This commit is contained in:
Volker Lendecke 2008-06-19 15:44:15 +02:00
parent 17885401b8
commit ff215c4f81

View File

@ -22,8 +22,6 @@
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS
extern userdom_struct current_user_info;
/**********************************************************
Under mapfile we expect a table of the following format:
@ -149,7 +147,7 @@ static char *expand_msdfs_target(TALLOC_CTX *ctx,
conn->connectpath,
conn->server_info->gid,
conn->server_info->sanitized_username,
current_user_info.domain,
pdb_get_domain(conn->server_info->sam_account),
targethost);
DEBUG(10, ("Expanded targethost to %s\n", targethost));