mirror of
https://github.com/samba-team/samba.git
synced 2025-01-20 14:03:59 +03:00
s4:resolve_oids LDB module - fix counter types
This commit is contained in:
parent
45ee4e9a6b
commit
2c0a9e9f21
@ -194,7 +194,7 @@ static int resolve_oids_message_need(struct ldb_context *ldb,
|
||||
struct dsdb_schema *schema,
|
||||
const struct ldb_message *msg)
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
for (i=0; i < msg->num_elements; i++) {
|
||||
int ret;
|
||||
@ -453,7 +453,7 @@ static int resolve_oids_search(struct ldb_module *module, struct ldb_request *re
|
||||
bool needed = false;
|
||||
const char * const *attrs1;
|
||||
const char **attrs2;
|
||||
uint32_t i;
|
||||
unsigned int i;
|
||||
|
||||
ldb = ldb_module_get_ctx(module);
|
||||
schema = dsdb_get_schema(ldb, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user