summaryrefslogtreecommitdiffstats
path: root/source/lib/secace.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-04-12 00:37:55 +0000
committerGerald Carter <jerry@samba.org>2005-04-12 00:37:55 +0000
commitf0f7108060652a3f0d1b5ca4783cf62cd84fac12 (patch)
tree8b23f45f7547544c863d9c29f3ae4eba2882ff4b /source/lib/secace.c
parentdae1a1db3c946093333d9e5001e30f75140fd3ca (diff)
downloadsamba-f0f7108060652a3f0d1b5ca4783cf62cd84fac12.tar.gz
samba-f0f7108060652a3f0d1b5ca4783cf62cd84fac12.tar.xz
samba-f0f7108060652a3f0d1b5ca4783cf62cd84fac12.zip
r6303: Setting up for 3.0.15pre1
current as of r6296
Diffstat (limited to 'source/lib/secace.c')
-rw-r--r--source/lib/secace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/secace.c b/source/lib/secace.c
index e44d9aa940e..c550dcce311 100644
--- a/source/lib/secace.c
+++ b/source/lib/secace.c
@@ -57,7 +57,7 @@ void sec_ace_copy(SEC_ACE *ace_dest, SEC_ACE *ace_src)
Sets up a SEC_ACE structure.
********************************************************************/
-void init_sec_ace(SEC_ACE *t, DOM_SID *sid, uint8 type, SEC_ACCESS mask, uint8 flag)
+void init_sec_ace(SEC_ACE *t, const DOM_SID *sid, uint8 type, SEC_ACCESS mask, uint8 flag)
{
t->type = type;
t->flags = flag;