diff options
Diffstat (limited to 'source3/registry/reg_util_legacy.c')
-rw-r--r-- | source3/registry/reg_util_legacy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_util_legacy.c b/source3/registry/reg_util_legacy.c index 7f2eecc19e..3a3f0207e2 100644 --- a/source3/registry/reg_util_legacy.c +++ b/source3/registry/reg_util_legacy.c @@ -33,7 +33,7 @@ WERROR regkey_open_internal(TALLOC_CTX *ctx, struct registry_key_handle **regkey, const char *path, - const struct nt_user_token *token, + const struct security_token *token, uint32 access_desired ) { struct registry_key *key; |