summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/modules/operational.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-03-14 17:39:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:18 -0500
commit2d774763f095cdf9d72ee6efc69755404f380890 (patch)
tree39b8bf685c702ba1f57e43d2fe266b5984735e0e /source4/lib/ldb/modules/operational.c
parent265f596e50e78b9b7cbf29dabcbc695239b92617 (diff)
downloadsamba-2d774763f095cdf9d72ee6efc69755404f380890.tar.gz
samba-2d774763f095cdf9d72ee6efc69755404f380890.tar.bz2
samba-2d774763f095cdf9d72ee6efc69755404f380890.zip
r14391: rdn_name -> async
(This used to be commit 0bc3caa9187e992b09bf797e7de507cca9734ab2)
Diffstat (limited to 'source4/lib/ldb/modules/operational.c')
-rw-r--r--source4/lib/ldb/modules/operational.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/modules/operational.c b/source4/lib/ldb/modules/operational.c
index fc15da4f6e..070f91e762 100644
--- a/source4/lib/ldb/modules/operational.c
+++ b/source4/lib/ldb/modules/operational.c
@@ -395,8 +395,8 @@ struct operational_async_context {
const char * const *attrs;
};
-static int operational_async_callback(struct ldb_context *ldb, void *context, struct ldb_async_result *ares) {
-
+static int operational_async_callback(struct ldb_context *ldb, void *context, struct ldb_async_result *ares)
+{
struct operational_async_context *ac;
if (!context || !ares) {