summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-06-19 08:26:26 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-26 08:47:15 +0200
commita2efaef15fc0311111a83a2bfc8f80490f2ea051 (patch)
treebd8b1fed096097d70af43508e3bd3876ae1ab532 /source4/ntvfs
parentd254984d371bb614e11c6ed13a58e1921813a4ff (diff)
downloadsamba-a2efaef15fc0311111a83a2bfc8f80490f2ea051.tar.gz
s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_token()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/unixuid/vfs_unixuid.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/ntvfs/unixuid/vfs_unixuid.c b/source4/ntvfs/unixuid/vfs_unixuid.c
index 40ccd4ae7a9..995d7446136 100644
--- a/source4/ntvfs/unixuid/vfs_unixuid.c
+++ b/source4/ntvfs/unixuid/vfs_unixuid.c
@@ -156,9 +156,7 @@ static NTSTATUS nt_token_to_unix_security(struct ntvfs_module_context *ntvfs,
struct security_token *token,
struct security_unix_token **sec)
{
- return security_token_to_unix_token(req,
- ntvfs->ctx->event_ctx,
- token, sec);
+ return security_token_to_unix_token(req, token, sec);
}
/*