1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

Wrap the unix token info in a unix_user_token in auth_serversupplied_info

No functional change, this is a preparation for more current_user ref removal
(This used to be commit dcaedf345e)
This commit is contained in:
Volker Lendecke
2008-06-19 16:54:12 +02:00
parent e40b6e296a
commit 40f5eab5eb
19 changed files with 86 additions and 86 deletions

View File

@ -910,7 +910,7 @@ char *standard_sub_conn(TALLOC_CTX *ctx, connection_struct *conn, const char *st
lp_servicename(SNUM(conn)),
conn->server_info->unix_name,
conn->connectpath,
conn->server_info->gid,
conn->server_info->utok.gid,
get_smb_user_name(),
"",
str);