summaryrefslogtreecommitdiff
path: root/source3/utils
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-12-18 19:44:14 +0000
committerJeremy Allison <jra@samba.org>2001-12-18 19:44:14 +0000
commitdccc1ed3f8344968129c73104c1bdf8ab8b2a1e5 (patch)
treeb31e8334e7e12adbe011c28b04e88a047d04ae25 /source3/utils
parented611ffe1a83f9d08acafbe629c91300e6c5d13f (diff)
downloadsamba-dccc1ed3f8344968129c73104c1bdf8ab8b2a1e5.tar.gz
samba-dccc1ed3f8344968129c73104c1bdf8ab8b2a1e5.tar.bz2
samba-dccc1ed3f8344968129c73104c1bdf8ab8b2a1e5.zip
Fixup JF's weird SID return :-).
Jeremy (This used to be commit 7b8fb8d85c406b8755f60cf14dc2377bc59eda53)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/smbcacls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c
index 8a3f3978e5..94eada5c3d 100644
--- a/source3/utils/smbcacls.c
+++ b/source3/utils/smbcacls.c
@@ -129,7 +129,7 @@ static void SidToString(fstring str, DOM_SID *sid)
}
/* convert a string to a SID, either numeric or username/group */
-static BOOL StringToSid(DOM_SID *sid, char *str)
+static BOOL StringToSid(DOM_SID *sid, const char *str)
{
uint32 *types = NULL;
DOM_SID *sids = NULL;