git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c012c
)
dsdb: eliminate disards qualifyer compile warning.
author
Michael Adam
<obnox@samba.org>
Thu, 26 Jun 2008 21:30:42 +0000
(23:30 +0200)
committer
Michael Adam
<obnox@samba.org>
Wed, 9 Jul 2008 14:00:19 +0000
(16:00 +0200)
Michael
source/dsdb/common/util.c
patch
|
blob
|
history
diff --git
a/source/dsdb/common/util.c
b/source/dsdb/common/util.c
index b98112304c9549b71bf766003a3c45871af07c08..a571ae1f793e9150647faa6dc143ad323936a7ee 100644
(file)
--- a/
source/dsdb/common/util.c
+++ b/
source/dsdb/common/util.c
@@
-1040,7
+1040,7
@@
const struct dom_sid *samdb_domain_sid(struct ldb_context *ldb)
}
/* cache the domain_sid in the ldb */
- if (ldb_set_opaque(ldb, "cache.domain_sid", d
omain_sid
) != LDB_SUCCESS) {
+ if (ldb_set_opaque(ldb, "cache.domain_sid", d
iscard_const_p(struct dom_sid, domain_sid)
) != LDB_SUCCESS) {
goto failed;
}