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

Revert "unixuid: Use the tevent_context from the ntvfs_context"

This reverts commit 25e83a9b3e.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke
2014-02-18 09:49:42 +01:00
parent ebf0068898
commit e17bec101e

View File

@ -154,8 +154,10 @@ static NTSTATUS nt_token_to_unix_security(struct ntvfs_module_context *ntvfs,
struct security_token *token, struct security_token *token,
struct security_unix_token **sec) struct security_unix_token **sec)
{ {
struct unixuid_private *priv = ntvfs->private_data;
return security_token_to_unix_token(req, return security_token_to_unix_token(req,
ntvfs->ctx->event_ctx, priv->wbc_ctx->event_ctx,
token, sec); token, sec);
} }