From fd01b27edd5a83306f4ce567e31d43641dd003b8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 15 Apr 2008 22:19:05 +0200 Subject: Fix const. (This used to be commit b74fc23825a54eb101b413ee76b21ee605dfb16c) --- source4/lib/registry/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/interface.c') diff --git a/source4/lib/registry/interface.c b/source4/lib/registry/interface.c index 06b002859d4..0678af52377 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; -- cgit