diff options
author | Nadezhda Ivanova <nivanova@samba.org> | 2011-02-21 17:17:12 +0200 |
---|---|---|
committer | Nadezhda Ivanova <nivanova@samba.org> | 2011-02-21 18:02:21 +0100 |
commit | a69f634de467733fc7c3238303bf061f47c39ab2 (patch) | |
tree | 511e1b31571440253d326809c7cd8bef5487bd97 /source4 | |
parent | 3b9f3755b037bf19244781cdaa2de46370d385e9 (diff) | |
download | samba-a69f634de467733fc7c3238303bf061f47c39ab2.tar.gz |
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.c | 4 |
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 917413214ef..19cea0abf05 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; |