diff options
Diffstat (limited to 'source3/registry/reg_util_legacy.h')
-rw-r--r-- | source3/registry/reg_util_legacy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/reg_util_legacy.h b/source3/registry/reg_util_legacy.h index 8b330fb0a3..d0cb626fb2 100644 --- a/source3/registry/reg_util_legacy.h +++ b/source3/registry/reg_util_legacy.h @@ -39,7 +39,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 ); #endif /* _REG_UTIL_LEGACY_H */ |