From 1de725c2926b526200032c4f46132c17533986c7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 2 Feb 2014 15:45:47 +0100 Subject: auth4: security_token_to_unix_token only needs a tevent_context Signed-off-by: Volker Lendecke Reviewed-by: Kai Blin --- source4/ntvfs/unixuid/vfs_unixuid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/unixuid/vfs_unixuid.c') diff --git a/source4/ntvfs/unixuid/vfs_unixuid.c b/source4/ntvfs/unixuid/vfs_unixuid.c index b6da79064b..3d5c438218 100644 --- a/source4/ntvfs/unixuid/vfs_unixuid.c +++ b/source4/ntvfs/unixuid/vfs_unixuid.c @@ -157,7 +157,7 @@ static NTSTATUS nt_token_to_unix_security(struct ntvfs_module_context *ntvfs, struct unixuid_private *priv = ntvfs->private_data; return security_token_to_unix_token(req, - priv->wbc_ctx, + priv->wbc_ctx->event_ctx, token, sec); } -- cgit