diff options
Diffstat (limited to 'lib/ldb/tools/ldbutil.h')
-rw-r--r-- | lib/ldb/tools/ldbutil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ldb/tools/ldbutil.h b/lib/ldb/tools/ldbutil.h index f8d3f3a210..28522b20ba 100644 --- a/lib/ldb/tools/ldbutil.h +++ b/lib/ldb/tools/ldbutil.h @@ -33,12 +33,12 @@ int ldb_add_ctrl(struct ldb_context *ldb, const struct ldb_message *message, - struct ldb_control **controls); + struct ldb_control **controls, bool do_transaction); int ldb_delete_ctrl(struct ldb_context *ldb, struct ldb_dn *dn, - struct ldb_control **controls); + struct ldb_control **controls, bool do_transaction); int ldb_modify_ctrl(struct ldb_context *ldb, const struct ldb_message *message, - struct ldb_control **controls); + struct ldb_control **controls, bool do_transaction); int ldb_search_ctrl(struct ldb_context *ldb, TALLOC_CTX *mem_ctx, struct ldb_result **result, struct ldb_dn *base, enum ldb_scope scope, const char * const *attrs, |