summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_misc.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-08 20:58:06 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-08 20:58:06 +0000
commite0eb390ab3e2a0cce191e78ea4ff90d088a8895c (patch)
tree02a536b3f83761da1c7c95d07f6f1cad4b76be8f /source/rpc_parse/parse_misc.c
parent6d27c5f32dab7607398ae907eadb1c27a416da0d (diff)
downloadsamba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.tar.gz
samba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.tar.xz
samba-e0eb390ab3e2a0cce191e78ea4ff90d088a8895c.zip
const feeding frenzy
Diffstat (limited to 'source/rpc_parse/parse_misc.c')
-rw-r--r--source/rpc_parse/parse_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_parse/parse_misc.c b/source/rpc_parse/parse_misc.c
index 03cec1128c3..9f224c120bf 100644
--- a/source/rpc_parse/parse_misc.c
+++ b/source/rpc_parse/parse_misc.c
@@ -179,7 +179,7 @@ BOOL smb_io_dom_sid(char *desc, DOM_SID *sid, prs_struct *ps, int depth)
/*******************************************************************
creates a DOM_SID2 structure.
********************************************************************/
-BOOL make_dom_sid2(DOM_SID2 *sid2, DOM_SID *sid)
+BOOL make_dom_sid2(DOM_SID2 *sid2, const DOM_SID *sid)
{
sid_copy(&sid2->sid, sid);
sid2->num_auths = sid2->sid.num_auths;