mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-source4/dsdb/samdb/ldb_modules/ridalloc.c: Use DSDB_FLAG_NEXT_MODULE flag
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f3f87e8dee
commit
68c6e607d9
@ -266,7 +266,7 @@ static int ridalloc_create_rid_set_ntds(struct ldb_module *module, TALLOC_CTX *m
|
||||
}
|
||||
msg->elements[0].flags = LDB_FLAG_MOD_ADD;
|
||||
|
||||
ret = dsdb_module_modify(module, msg, 0);
|
||||
ret = dsdb_module_modify(module, msg, DSDB_FLAG_NEXT_MODULE);
|
||||
if (ret != LDB_SUCCESS) {
|
||||
ldb_asprintf_errstring(ldb, "Failed to add rIDSetReferences to %s - %s",
|
||||
ldb_dn_get_linearized(msg->dn),
|
||||
|
Loading…
Reference in New Issue
Block a user