diff options
author | Volker Lendecke <vl@samba.org> | 2014-02-18 09:50:10 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2014-02-18 10:29:07 +0100 |
commit | c8fd40c1b6c4446c01c8077aab95d56a36bae145 (patch) | |
tree | 15f12a17e4e21384dce67db8a1887a57791b189b /source4/ntvfs/unixuid | |
parent | cb5d5ee247d7cb6939e04536befef10b3beb04fa (diff) | |
download | samba-c8fd40c1b6c4446c01c8077aab95d56a36bae145.tar.gz |
Revert "auth4: security_token_to_unix_token only needs a tevent_context"
This reverts commit 1de725c2926b526200032c4f46132c17533986c7.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r-- | source4/ntvfs/unixuid/vfs_unixuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/unixuid/vfs_unixuid.c b/source4/ntvfs/unixuid/vfs_unixuid.c index 3d5c438218c..b6da79064bb 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->event_ctx, + priv->wbc_ctx, token, sec); } |