summaryrefslogtreecommitdiff
path: root/source3/passdb
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-08-05 03:43:26 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-08-05 03:43:26 +0000
commitb0565dac76581400518fcbe1196fdc6297b9351c (patch)
tree0a084a4fbcf039af812a83397e141256d08fb41a /source3/passdb
parentb745d8b1cdadcc8836514f1a1a11467db94db6f4 (diff)
downloadsamba-b0565dac76581400518fcbe1196fdc6297b9351c.tar.gz
samba-b0565dac76581400518fcbe1196fdc6297b9351c.tar.bz2
samba-b0565dac76581400518fcbe1196fdc6297b9351c.zip
I must have missed this when I was adding 'const' to these earlier...
Andrew Bartlett (This used to be commit ce6c8a647ca56dcbb60ff898d77c2df297c1fe79)
Diffstat (limited to 'source3/passdb')
-rw-r--r--source3/passdb/pdb_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/pdb_unix.c b/source3/passdb/pdb_unix.c
index b4092b88f8..88334f2b70 100644
--- a/source3/passdb/pdb_unix.c
+++ b/source3/passdb/pdb_unix.c
@@ -65,7 +65,7 @@ static BOOL unixsam_getsampwrid (struct pdb_methods *methods,
return ret;
}
-static BOOL unixsam_getsampwsid(struct pdb_methods *my_methods, SAM_ACCOUNT * user, DOM_SID *sid)
+static BOOL unixsam_getsampwsid(struct pdb_methods *my_methods, SAM_ACCOUNT * user, const DOM_SID *sid)
{
uint32 rid;
if (!sid_peek_check_rid(get_global_sam_sid(), sid, &rid))