summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorNadezhda Ivanova <nivanova@samba.org>2011-02-21 17:17:12 +0200
committerNadezhda Ivanova <nivanova@samba.org>2011-02-21 18:02:21 +0100
commita69f634de467733fc7c3238303bf061f47c39ab2 (patch)
tree511e1b31571440253d326809c7cd8bef5487bd97 /source4
parent3b9f3755b037bf19244781cdaa2de46370d385e9 (diff)
downloadsamba-a69f634de467733fc7c3238303bf061f47c39ab2.tar.gz
samba-a69f634de467733fc7c3238303bf061f47c39ab2.tar.bz2
samba-a69f634de467733fc7c3238303bf061f47c39ab2.zip
s4-descriptor: Fixed some compiler warnings.
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Mon Feb 21 18:02:21 CET 2011 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/samdb/ldb_modules/descriptor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/descriptor.c b/source4/dsdb/samdb/ldb_modules/descriptor.c
index 917413214e..19cea0abf0 100644
--- a/source4/dsdb/samdb/ldb_modules/descriptor.c
+++ b/source4/dsdb/samdb/ldb_modules/descriptor.c
@@ -211,8 +211,8 @@ static DATA_BLOB *get_new_descriptor(struct ldb_module *module,
TALLOC_CTX *mem_ctx,
const struct dsdb_class *objectclass,
const struct ldb_val *parent,
- struct ldb_val *object,
- struct ldb_val *old_sd,
+ const struct ldb_val *object,
+ const struct ldb_val *old_sd,
uint32_t sd_flags)
{
struct security_descriptor *user_descriptor = NULL, *parent_descriptor = NULL;