summaryrefslogtreecommitdiff
path: root/source4/lib/registry/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/interface.c')
-rw-r--r--source4/lib/registry/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/interface.c b/source4/lib/registry/interface.c
index 06b002859d..0678af5237 100644
--- a/source4/lib/registry/interface.c
+++ b/source4/lib/registry/interface.c
@@ -284,7 +284,7 @@ _PUBLIC_ WERROR reg_key_flush(struct registry_key *key)
}
_PUBLIC_ WERROR reg_set_sec_desc(struct registry_key *key,
- struct security_descriptor *security)
+ const struct security_descriptor *security)
{
if (key == NULL)
return WERR_INVALID_PARAM;