diff options
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r-- | source4/lib/ldb/common/ldb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb.c b/source4/lib/ldb/common/ldb.c index b304cf6afc..ed3351dc5e 100644 --- a/source4/lib/ldb/common/ldb.c +++ b/source4/lib/ldb/common/ldb.c @@ -231,7 +231,7 @@ int ldb_transaction_cancel(struct ldb_context *ldb) return status; } -int ldb_async_wait(struct ldb_context *ldb, struct ldb_async_handle *handle, enum ldb_async_wait_type type) +int ldb_async_wait(struct ldb_async_handle *handle, enum ldb_async_wait_type type) { return handle->module->ops->async_wait(handle, type); } |