summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-03-07 21:16:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:36 -0500
commit257598424e63c2cfa118b5ea84b7dc719d1dc5aa (patch)
tree6ee231f7c1106e92d6b572f280737b6c989e4ac8 /source4/lib/ldb/common
parentd2745fe6adb7606ad6fe0f8fd2785b061a58382b (diff)
downloadsamba-257598424e63c2cfa118b5ea84b7dc719d1dc5aa.tar.gz
samba-257598424e63c2cfa118b5ea84b7dc719d1dc5aa.tar.bz2
samba-257598424e63c2cfa118b5ea84b7dc719d1dc5aa.zip
r13996: simplify ldb_async_wait() some more
(This used to be commit ef1b3e6368179fe86ae07b8d00e4668090175551)
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r--source4/lib/ldb/common/ldb.c2
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);
}